We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97a7c84 commit 157da79Copy full SHA for 157da79
.github/workflows/apple-silicon-llvm-from-sources.yml
@@ -29,7 +29,7 @@ jobs:
29
mkdir build && cd build
30
cmake -G Ninja \
31
-DCMAKE_BUILD_TYPE=Release -DLLVM_ENABLE_PROJECTS="clang" \
32
- -DLLVM_ENABLE_RUNTIMES="libcxx;libcxxabi" \
+ -DLLVM_ENABLE_RUNTIMES="libcxx;libcxxabi;libunwind" \
33
-DLLVM_TARGETS_TO_BUILD="host" \
34
-DLLVM_OPTIMIZED_TABLEGEN=ON \
35
-DDEFAULT_SYSROOT="$(xcrun --show-sdk-path)" \
0 commit comments