File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -558,6 +558,9 @@ class ModuleInterfaceLoader : public SerializedModuleLoaderBase {
558558 IgnoreSwiftSourceInfoFile));
559559 }
560560
561+ // / Accessor used by LLDB.
562+ ModuleInterfaceLoaderOptions &getOptions ();
563+
561564 // / Append visible module names to \p names. Note that names are possibly
562565 // / duplicated, and not guaranteed to be ordered in any way.
563566 void collectVisibleTopLevelModuleNames (
Original file line number Diff line number Diff line change @@ -1304,6 +1304,10 @@ ModuleInterfaceLoaderOptions::ModuleInterfaceLoaderOptions(
13041304 }
13051305}
13061306
1307+ ModuleInterfaceLoaderOptions &ModuleInterfaceLoader::getOptions () {
1308+ return InterfaceChecker.Opts ;
1309+ }
1310+
13071311bool ModuleInterfaceLoader::isCached (StringRef DepPath) {
13081312 return InterfaceChecker.isCached (DepPath);
13091313}
You can’t perform that action at this time.
0 commit comments