Skip to content

Commit 1b13b59

Browse files
authored
Merge pull request #64241 from compnerd/unified-speculation
unittests: attempt to repair the unified build
2 parents be714e3 + 8ea9328 commit 1b13b59

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

unittests/ClangImporter/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
configure_file(${CMAKE_SOURCE_DIR}/stdlib/public/Cxx/std/libstdcxx.modulemap ${CMAKE_CURRENT_BINARY_DIR}/libstdcxx.modulemap COPYONLY)
1+
configure_file(${SWIFT_SOURCE_DIR}/stdlib/public/Cxx/std/libstdcxx.modulemap
2+
${CMAKE_CURRENT_BINARY_DIR}/libstdcxx.modulemap COPYONLY)
23

34
add_swift_unittest(SwiftClangImporterTests
45
ClangImporterTests.cpp

0 commit comments

Comments
 (0)