Skip to content

Commit

Permalink
- add verbose option to debug CI build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
eeckstein committed Apr 26, 2024
1 parent 545f2b9 commit 8f447fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SwiftCompilerSources/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ function(add_swift_compiler_modules_library name)
# Workaround a crash in the LoadableByAddress pass
# https://github.com/apple/swift/issues/73254
list(APPEND swift_compile_options "-Xllvm" "-sil-disable-pass=loadable-address")
list(APPEND swift_compile_options "-v" "-Xcc" "-v")
else()
list(APPEND sdk_option "-I" "${swift_exec_bin_dir}/../lib" "-I" "${sdk_path}/usr/lib")
endif()
Expand Down

0 comments on commit 8f447fb

Please sign in to comment.