WebAssembly is now build by default, remove it from the experimental list

This commit is contained in:
Sylvestre Ledru 2019-05-18 11:03:42 +02:00
parent 687d5ff34b
commit a6cb0b2dfd
2 changed files with 8 additions and 1 deletions

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
llvm-toolchain-8 (1:8.0.1~+rc1-1~exp2) experimental; urgency=medium
* WebAssembly is now build by default, remove it from the
experimental list
--
llvm-toolchain-8 (1:8.0.1~+rc1-1~exp1) experimental; urgency=medium llvm-toolchain-8 (1:8.0.1~+rc1-1~exp1) experimental; urgency=medium
* New testing release * New testing release

2
debian/rules vendored
View File

@ -380,7 +380,7 @@ override_dh_auto_configure: preconfigure
-DLIBCLANG_LIBRARY_VERSION=$(SONAME_EXT) \ -DLIBCLANG_LIBRARY_VERSION=$(SONAME_EXT) \
-DENABLE_LINKER_BUILD_ID=ON \ -DENABLE_LINKER_BUILD_ID=ON \
-DPOLLY_BUNDLED_JSONCPP=OFF \ -DPOLLY_BUNDLED_JSONCPP=OFF \
-DLLVM_EXPERIMENTAL_TARGETS_TO_BUILD="WebAssembly;AVR" \ -DLLVM_EXPERIMENTAL_TARGETS_TO_BUILD="AVR" \
-DCLANG_ENABLE_BOOTSTRAP=ON \ -DCLANG_ENABLE_BOOTSTRAP=ON \
-DLLVM_TEMPORARILY_ALLOW_OLD_TOOLCHAIN=ON \ -DLLVM_TEMPORARILY_ALLOW_OLD_TOOLCHAIN=ON \
-DCLANG_VENDOR=$(VENDOR) \ -DCLANG_VENDOR=$(VENDOR) \