Skip to content

Commit 30dedd4

Browse files
committed
[FOLD]
1 parent 7a70c92 commit 30dedd4

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

third-party/llvm/CMakePresets.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@
9494
"cacheVariables": {
9595
"CMAKE_BUILD_TYPE": "Debug",
9696
"LLVM_ENABLE_RUNTIMES": "libcxx;libcxxabi",
97+
"LIBCXXABI_USE_LLVM_UNWINDER": false,
9798
"CMAKE_C_FLAGS": "/DWIN32 /D_WINDOWS",
9899
"CMAKE_CXX_FLAGS": "/DWIN32 /D_WINDOWS /EHsc",
99100
"CMAKE_C_FLAGS_DEBUG": "/MDd /Zi /Ob0 /Od /RTC1",
@@ -118,6 +119,7 @@
118119
"cacheVariables": {
119120
"CMAKE_BUILD_TYPE": "Debug",
120121
"LLVM_ENABLE_RUNTIMES": "libcxx;libcxxabi",
122+
"LIBCXXABI_USE_LLVM_UNWINDER": false,
121123
"CMAKE_C_FLAGS": "/DWIN32 /D_WINDOWS /Ob1 /O2 /Zi",
122124
"CMAKE_CXX_FLAGS": "/DWIN32 /D_WINDOWS /Ob1 /O2 /Zi",
123125
"CMAKE_C_FLAGS_DEBUG": "/Ob1 /O2 /Zi",
@@ -135,7 +137,8 @@
135137
"binaryDir": "${sourceDir}/build/${presetName}",
136138
"cacheVariables": {
137139
"CMAKE_BUILD_TYPE": "Release",
138-
"LLVM_ENABLE_RUNTIMES": "libcxx;libcxxabi"
140+
"LLVM_ENABLE_RUNTIMES": "libcxx;libcxxabi",
141+
"LIBCXXABI_USE_LLVM_UNWINDER": false
139142
}
140143
},
141144
{
@@ -146,7 +149,8 @@
146149
"binaryDir": "${sourceDir}/build/${presetName}",
147150
"cacheVariables": {
148151
"CMAKE_BUILD_TYPE": "RelWithDebInfo",
149-
"LLVM_ENABLE_RUNTIMES": "libcxx;libcxxabi"
152+
"LLVM_ENABLE_RUNTIMES": "libcxx;libcxxabi",
153+
"LIBCXXABI_USE_LLVM_UNWINDER": false
150154
}
151155
},
152156
{

0 commit comments

Comments
 (0)