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 46c67a9 + 51de250 commit bab52f1Copy full SHA for bab52f1
Sources/LLVM/CMakeLists.txt
@@ -2,6 +2,7 @@ add_library(LLVM_Utils
2
LLVM_Utils.swift)
3
target_compile_options(LLVM_Utils PUBLIC
4
"-emit-module"
5
+ "-Xcc" "-std=c++17"
6
"-Xfrontend" "-enable-experimental-cxx-interop")
7
target_include_directories(LLVM_Utils PUBLIC
8
"${LLVM_MAIN_INCLUDE_DIR}"
0 commit comments