mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
This fixes the Swift LSAN CI job Linux (https://ci.swift.org/job/oss-swift-RA-lsan-linux-ubuntu-18_04/) that started failing after https://github.com/apple/swift/pull/65398. rdar://108674065
14 lines
326 B
CMake
14 lines
326 B
CMake
configure_file(${SWIFT_SOURCE_DIR}/stdlib/public/Cxx/libstdcxx/libstdcxx.modulemap
|
|
${CMAKE_CURRENT_BINARY_DIR}/libstdcxx.modulemap COPYONLY)
|
|
|
|
add_swift_unittest(SwiftClangImporterTests
|
|
ClangImporterTests.cpp
|
|
)
|
|
|
|
target_link_libraries(SwiftClangImporterTests
|
|
PRIVATE
|
|
swiftClangImporter
|
|
swiftParse
|
|
swiftAST
|
|
)
|