mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
I am going to use this in bug reducer for debugging runtime crashes. I just found the branch and cleaned it up, so I fugred I would commit it sooner rather than after I lost the branch again.
15 lines
306 B
CMake
15 lines
306 B
CMake
add_swift_host_tool(sil-llvm-gen
|
|
SILLLVMGen.cpp
|
|
LINK_LIBRARIES
|
|
swiftFrontend
|
|
swiftIRGen
|
|
swiftSILGen
|
|
swiftSILOptimizer
|
|
# Clang libraries included to appease the linker on linux.
|
|
clangBasic
|
|
clangCodeGen
|
|
LLVM_COMPONENT_DEPENDS
|
|
DebugInfoCodeView
|
|
SWIFT_COMPONENT tools
|
|
)
|