Skip to content

Commit a95a722

Browse files
committed
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.
1 parent 52536f2 commit a95a722

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ LIBCXX_CMAKE_FLAGS = \
197197
-DLIBCXXABI_BUILD_EXTERNAL_THREAD_LIBRARY:BOOL=OFF \
198198
-DLIBCXXABI_HAS_WIN32_THREAD_API:BOOL=OFF \
199199
-DLIBCXXABI_ENABLE_PIC:BOOL=$(2) \
200+
-DLIBCXXABI_USE_LLVM_UNWINDER:BOOL=OFF \
200201
-DWASI_SDK_PREFIX=$(BUILD_PREFIX) \
201202
-DUNIX:BOOL=ON \
202203
--debug-trycompile

0 commit comments

Comments
 (0)