* Enable WebAssembly & ARV as experimental archs

* d/p/force-gcc-header-obj.diff Fix the detection of the objc path
This commit is contained in:
Sylvestre Ledru 2018-05-20 21:48:54 +02:00
commit a615a0eb97
2 changed files with 6 additions and 2 deletions

4
debian/changelog vendored
View File

@ -1,8 +1,10 @@
llvm-toolchain-snapshot (1:7~svn330801-1~exp3) experimental; urgency=medium
* Also ship diagtool
* Enable WebAssembly & ARV as experimental archs
* d/p/force-gcc-header-obj.diff Fix the detection of the objc path
--
-- Sylvestre Ledru <sylvestre@debian.org> Wed, 09 May 2018 14:23:49 +0200
llvm-toolchain-snapshot (1:7~svn330801-1~exp2) experimental; urgency=medium

4
debian/rules vendored
View File

@ -293,7 +293,9 @@ override_dh_auto_configure: preconfigure
-DLLVM_ENABLE_FFI=ON \
$(CMAKE_EXTRA) \
-DLIBCLANG_LIBRARY_VERSION=$(SONAME_EXT) \
-DPOLLY_BUNDLED_JSONCPP=OFF
-DPOLLY_BUNDLED_JSONCPP=OFF \
-DLLVM_EXPERIMENTAL_TARGETS_TO_BUILD="WebAssembly;ARV"
override_dh_auto_build:
$(PRE_PROCESS) $(MAKE) $(NJOBS) -C $(TARGET_BUILD) VERBOSE=1 CLANG_VENDOR=$(VENDOR) CXXFLAGS="$(CXXFLAGS_EXTRA)" LDFLAGS="$(LDFLAGS_EXTRA)" REQUIRES_RTTI=1 DEBUGMAKE=1