Skip to content

Commit 2d7853c

Browse files
Bump to LLVM 18.1.0 (#393)
* Explicitly set LIBCXXABI_USE_LLVM_UNWINDER off Clang trunk has recently turned it on, and also now fails the build when libunwind is not built at the same time. * Bump LLVM to 18.1.0 --------- Co-authored-by: Mike Hommey <[email protected]>
1 parent 3e93db0 commit 2d7853c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ build/llvm.BUILT:
8181
-DLLVM_ENABLE_ZLIB=OFF \
8282
-DLLVM_ENABLE_ZSTD=OFF \
8383
-DLLVM_STATIC_LINK_CXX_STDLIB=ON \
84-
-DLLVM_HAVE_LIBXAR=OFF \
8584
-DCMAKE_INSTALL_PREFIX=$(PREFIX) \
8685
-DLLVM_INCLUDE_TESTS=OFF \
8786
-DLLVM_INCLUDE_UTILS=OFF \
@@ -212,6 +211,7 @@ LIBCXX_CMAKE_FLAGS = \
212211
-DLIBCXXABI_BUILD_EXTERNAL_THREAD_LIBRARY:BOOL=OFF \
213212
-DLIBCXXABI_HAS_WIN32_THREAD_API:BOOL=OFF \
214213
-DLIBCXXABI_ENABLE_PIC:BOOL=$(2) \
214+
-DLIBCXXABI_USE_LLVM_UNWINDER:BOOL=OFF \
215215
-DWASI_SDK_PREFIX=$(BUILD_PREFIX) \
216216
-DUNIX:BOOL=ON \
217217
--debug-trycompile \

src/llvm-project

0 commit comments

Comments
 (0)