We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1beca3 commit 4c9166eCopy full SHA for 4c9166e
llvm/lib/CheerpUtils/GlobalDepsAnalyzer.cpp
@@ -929,7 +929,7 @@ bool GlobalDepsAnalyzer::runOnModule( llvm::Module & module )
929
NumRemovedGlobals = filterModule(droppedMathBuiltins, module);
930
931
if(hasUndefinedSymbolErrors)
932
- llvm::report_fatal_error("Strict linking enabled and undefined symbols found");
+ llvm::report_fatal_error("Strict linking enabled and undefined symbols found", false);
933
934
// Detect all used math builtins
935
if (mathMode != NO_BUILTINS && llcPass)
0 commit comments