mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-10-06 19:50:50 +00:00
* 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:
commit
a615a0eb97
4
debian/changelog
vendored
4
debian/changelog
vendored
@ -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
4
debian/rules
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user