Skip to content

Commit 8f447fb

Browse files
committed
- add verbose option to debug CI build failure
1 parent 545f2b9 commit 8f447fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

SwiftCompilerSources/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ function(add_swift_compiler_modules_library name)
183183
# Workaround a crash in the LoadableByAddress pass
184184
# https://github.com/apple/swift/issues/73254
185185
list(APPEND swift_compile_options "-Xllvm" "-sil-disable-pass=loadable-address")
186+
list(APPEND swift_compile_options "-v" "-Xcc" "-v")
186187
else()
187188
list(APPEND sdk_option "-I" "${swift_exec_bin_dir}/../lib" "-I" "${sdk_path}/usr/lib")
188189
endif()

0 commit comments

Comments
 (0)