Skip to content

Commit

Permalink
[FOLD] no libunwind
Browse files Browse the repository at this point in the history
  • Loading branch information
sdkrystian committed Nov 21, 2024
1 parent b0354c2 commit dcc8ad0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions third-party/llvm/CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"cacheVariables": {
"CMAKE_BUILD_TYPE": "Debug",
"LLVM_ENABLE_PROJECTS": "",
"LLVM_ENABLE_RUNTIMES": "libcxx;libcxxabi;libunwind",
"LLVM_ENABLE_RUNTIMES": "libcxx;libcxxabi",
"LLVM_ENABLE_PROJECTS_USED": true,
"LLVM_TARGETS_TO_BUILD": "X86",
"LLVM_UNREACHABLE_OPTIMIZE": false,
Expand Down Expand Up @@ -51,8 +51,8 @@
"LIBCXX_CXX_ABI": "libcxxabi",
"LIBCXX_ENABLE_SHARED": false,
"LIBCXXABI_ENABLE_SHARED": false,
"LIBUNWIND_ENABLE_SHARED": false,
"LIBCXX_ENABLE_STATIC_ABI_LIBRARY": true,
"LIBCXXABI_USE_LLVM_UNWINDER": false,
"CMAKE_INSTALL_PREFIX": "${sourceDir}/install/${presetName}"
}
},
Expand Down

0 comments on commit dcc8ad0

Please sign in to comment.