Skip to content

Commit 910b586

Browse files
authored
Merge pull request #25 from apple/interop-flag-deprecation-warning
[build] Fix C++ interop flag deprecation warning
2 parents 37337b6 + 11a11e1 commit 910b586

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/LLVM/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ add_library(LLVM_Utils
33
target_compile_options(LLVM_Utils PUBLIC
44
"-emit-module"
55
"-Xcc" "-std=c++17"
6-
"-Xfrontend" "-enable-experimental-cxx-interop")
6+
"-cxx-interoperability-mode=default")
77
target_include_directories(LLVM_Utils PUBLIC
88
"${LLVM_MAIN_INCLUDE_DIR}"
99
"${LLVM_INCLUDE_DIR}")

0 commit comments

Comments
 (0)