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
10 lines
182 B
CMake
10 lines
182 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
core)
|
|
add_swift_unittest(SwiftParseTests
|
|
LexerTests.cpp
|
|
)
|
|
|
|
target_link_libraries(SwiftParseTests
|
|
swiftParse swiftSIL swiftSema swiftClangImporter
|
|
)
|