We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c3fba5 commit 1945d6aCopy full SHA for 1945d6a
llvm/tools/dsymutil/DwarfLinkerForBinary.cpp
@@ -796,7 +796,8 @@ bool DwarfLinkerForBinary::linkImpl(
796
Obj->getObjectFilename());
797
// Only skip swiftmodules that could be parsed and are positively
798
// identified as textual. Do so only when the option allows.
799
- } else if (*FromInterfaceOrErr && !Options.IncludeSwiftModulesFromInterface) {
+ } else if (*FromInterfaceOrErr &&
800
+ !Options.IncludeSwiftModulesFromInterface) {
801
if (Options.Verbose)
802
outs() << "Skipping compiled textual Swift interface: "
803
<< Obj->getObjectFilename() << "\n";
0 commit comments