Commit b72afc7
committed
[LLDB] Add LLDB accessor for ModuleInterfaceLoaderOptions
LLDB needs to control whether implicit Swift modules are on or off within a
single ASTContext:
- when importing the context of a Swift module in an EBM
project only explicit modules should be allowed
- when evaluating arbitrary expressions (which may include `import` directives)
implicit modules should be enabled
rdar://1664948951 parent bee1ed3 commit b72afc7
File tree
2 files changed
+7
-0
lines changed- include/swift/Frontend
- lib/Frontend
2 files changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
558 | 558 | | |
559 | 559 | | |
560 | 560 | | |
| 561 | + | |
| 562 | + | |
| 563 | + | |
561 | 564 | | |
562 | 565 | | |
563 | 566 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1304 | 1304 | | |
1305 | 1305 | | |
1306 | 1306 | | |
| 1307 | + | |
| 1308 | + | |
| 1309 | + | |
| 1310 | + | |
1307 | 1311 | | |
1308 | 1312 | | |
1309 | 1313 | | |
| |||
0 commit comments