mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
LLVM build system has been fixed to pass down this linker flag automatically. Swift SVN r7048
8 lines
191 B
CMake
8 lines
191 B
CMake
add_swift_executable(swift-demangle
|
|
swift-demangle.cpp
|
|
DEPENDS swiftBasic
|
|
COMPONENT_DEPENDS support ${LLVM_TARGETS_TO_BUILD})
|
|
|
|
install(TARGETS swift-demangle
|
|
RUNTIME DESTINATION bin)
|