Skip to content

Commit 597aaba

Browse files
authored
Merge pull request #83379 from compnerd/overlay-flags
Overlay: adjust flags and VFS overlay
2 parents 38711c6 + 33d77a6 commit 597aaba

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Runtimes/Overlay/Windows/CRT/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ target_compile_definitions(swiftCRT PRIVATE
1414
target_compile_options(swiftCRT PRIVATE
1515
"SHELL:-Xfrontend -disable-force-load-symbols"
1616
"SHELL:-Xcc -D_USE_MATH_DEFINES")
17+
target_link_libraries(swiftCRT PUBLIC
18+
ClangModules)
1719
target_link_libraries(swiftCRT PRIVATE
18-
ClangModules
1920
swiftCore)
2021

2122
# FIXME: Why is this not implicitly in the interface flags?

Runtimes/Overlay/Windows/clang/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ roots:
2525
- name: module.modulemap
2626
type: file
2727
external-contents: "@CMAKE_CURRENT_SOURCE_DIR@/ucrt.modulemap"
28-
- name: "@VCToolsInstallDir@include"
28+
- name: "@VCToolsInstallDir@/include"
2929
type: directory
3030
contents:
3131
- name: module.modulemap

0 commit comments

Comments
 (0)