Skip to content

Commit c3a3eb7

Browse files
committed
add explanation to new patch
1 parent d9243ad commit c3a3eb7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

patches/swift/03-reinstate-swiftinterface-compilation-for-resource-dir.patch

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
When running the extractor against a different version of the swift compiler, we provide it the
2+
original standard library via `-resource-dir`, and we do want that to be lazily compiled out of the
3+
`.swiftinterface` files. The code removed here explicitly disables that behavior.
4+
15
diff --git a/lib/Frontend/ModuleInterfaceLoader.cpp b/lib/Frontend/ModuleInterfaceLoader.cpp
26
index 2a490a680d8..8d8f48aeed0 100644
37
--- a/lib/Frontend/ModuleInterfaceLoader.cpp

0 commit comments

Comments
 (0)