mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Linux (rather, gold) is stricter than macOS (ld64) about this, so until we can eliminate the rest of the dependencies this is the best workaround we have.
16 lines
362 B
CMake
16 lines
362 B
CMake
add_swift_host_tool(sil-passpipeline-dumper
|
|
SILPassPipelineDumper.cpp
|
|
LINK_LIBRARIES
|
|
swiftFrontend
|
|
swiftSILGen
|
|
swiftSILOptimizer
|
|
swiftSerialization
|
|
swiftClangImporter
|
|
# FIXME: Circular dependencies require re-listing these libraries.
|
|
swiftSema
|
|
swiftAST
|
|
LLVM_COMPONENT_DEPENDS
|
|
DebugInfoCodeView
|
|
SWIFT_COMPONENT tools
|
|
)
|