mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
This is needed once we implement mandatory passes in Swift, because those testing tools might parse swift interface files from the SDK.
14 lines
412 B
CMake
14 lines
412 B
CMake
add_swift_host_tool(lldb-moduleimport-test
|
|
lldb-moduleimport-test.cpp
|
|
SWIFT_COMPONENT testsuite-tools
|
|
HAS_SWIFT_MODULES
|
|
)
|
|
target_link_libraries(lldb-moduleimport-test
|
|
PRIVATE
|
|
swiftAST
|
|
swiftASTSectionImporter
|
|
swiftClangImporter
|
|
swiftFrontend
|
|
swiftCompilerModules)
|
|
|