mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
The llvm DbgAddr intrinsic was removed upstream, removing the DbgAddr block splitting pass to get the compiler building.
18 lines
342 B
CMake
18 lines
342 B
CMake
|
|
add_swift_host_library(swiftLLVMPasses STATIC
|
|
LLVMSwiftAA.cpp
|
|
LLVMSwiftRCIdentity.cpp
|
|
LLVMARCOpts.cpp
|
|
LLVMARCContract.cpp
|
|
LLVMInlineTree.cpp
|
|
LLVMMergeFunctions.cpp
|
|
|
|
LLVM_LINK_COMPONENTS
|
|
analysis
|
|
targetparser
|
|
)
|
|
target_link_libraries(swiftLLVMPasses PRIVATE
|
|
swiftDemangling)
|
|
|
|
set_swift_llvm_is_available(swiftLLVMPasses)
|