Skip to content

Commit 51708de

Browse files
authored
Merge pull request #12 from apple/emit-module-main
[build] Disable library evolution
2 parents fa50c19 + 966e952 commit 51708de

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Sources/LLVM/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
add_library(LLVM_Utils
22
LLVM_Utils.swift)
33
target_compile_options(LLVM_Utils PUBLIC
4-
"-enable-library-evolution"
5-
"-emit-module-interface"
4+
"-emit-module"
65
"-Xfrontend" "-enable-experimental-cxx-interop")
76
target_include_directories(LLVM_Utils PUBLIC
87
"${LLVM_MAIN_INCLUDE_DIR}"

0 commit comments

Comments
 (0)