* Sync against 3.8

* Disable "Sphinx warnings treated as errors"
This commit is contained in:
Sylvestre Ledru 2016-03-06 08:15:40 +00:00
parent 7138491dc0
commit 0af2594ef7
2 changed files with 3 additions and 6 deletions

8
debian/changelog vendored
View File

@ -1,9 +1,3 @@
llvm-toolchain-snapshot (1:3.9~svn260815-1~exp1) experimental; urgency=medium
* New snapshot release
-- Sylvestre Ledru <sylvestre@debian.org> Sat, 13 Feb 2016 15:12:42 +0100
llvm-toolchain-snapshot (1:3.9~svn260089-1) unstable; urgency=medium llvm-toolchain-snapshot (1:3.9~svn260089-1) unstable; urgency=medium
* New snapshot * New snapshot
@ -28,6 +22,8 @@ llvm-toolchain-snapshot (1:3.9~svn260089-1) unstable; urgency=medium
- removed llvm-X.Y-tools (contained only internal tools) - removed llvm-X.Y-tools (contained only internal tools)
- removed autotools-specific artifacts (configure, Makefile, etc.) - removed autotools-specific artifacts (configure, Makefile, etc.)
- removed dummy documentation files - removed dummy documentation files
* Sync against 3.8
* Disable "Sphinx warnings treated as errors"
-- Sylvestre Ledru <sylvestre@debian.org> Sat, 16 Jan 2016 12:34:11 +0100 -- Sylvestre Ledru <sylvestre@debian.org> Sat, 16 Jan 2016 12:34:11 +0100

1
debian/rules vendored
View File

@ -238,6 +238,7 @@ override_dh_auto_configure: preconfigure
-DLLVM_LINK_LLVM_DYLIB=ON \ -DLLVM_LINK_LLVM_DYLIB=ON \
-DLLVM_VERSION_SUFFIX= \ -DLLVM_VERSION_SUFFIX= \
-DLLVM_ENABLE_SPHINX=ON \ -DLLVM_ENABLE_SPHINX=ON \
-DSPHINX_WARNINGS_AS_ERRORS=OFF \
-DLLVM_BUILD_LLVM_DYLIB=ON \ -DLLVM_BUILD_LLVM_DYLIB=ON \
-DLLVM_ENABLE_RTTI=ON \ -DLLVM_ENABLE_RTTI=ON \
-DLLVM_ENABLE_FFI=ON \ -DLLVM_ENABLE_FFI=ON \