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
192 B
CMake
8 lines
192 B
CMake
add_swift_unittest(SwiftIDETests
|
|
CodeCompletionToken.cpp
|
|
)
|
|
target_link_libraries(SwiftIDETests
|
|
swiftIDE
|
|
)
|
|
llvm_config(SwiftIDETests bitreader bitwriter support ${LLVM_TARGETS_TO_BUILD})
|