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.
2 parents 37337b6 + 11a11e1 commit 910b586Copy full SHA for 910b586
Sources/LLVM/CMakeLists.txt
@@ -3,7 +3,7 @@ add_library(LLVM_Utils
3
target_compile_options(LLVM_Utils PUBLIC
4
"-emit-module"
5
"-Xcc" "-std=c++17"
6
- "-Xfrontend" "-enable-experimental-cxx-interop")
+ "-cxx-interoperability-mode=default")
7
target_include_directories(LLVM_Utils PUBLIC
8
"${LLVM_MAIN_INCLUDE_DIR}"
9
"${LLVM_INCLUDE_DIR}")
0 commit comments