Skip to content

Commit 4c9166e

Browse files
author
Andres Madrid Ucha
committed
GDA: no core dump for strict linking error
1 parent f1beca3 commit 4c9166e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/CheerpUtils/GlobalDepsAnalyzer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -929,7 +929,7 @@ bool GlobalDepsAnalyzer::runOnModule( llvm::Module & module )
929929
NumRemovedGlobals = filterModule(droppedMathBuiltins, module);
930930

931931
if(hasUndefinedSymbolErrors)
932-
llvm::report_fatal_error("Strict linking enabled and undefined symbols found");
932+
llvm::report_fatal_error("Strict linking enabled and undefined symbols found", false);
933933

934934
// Detect all used math builtins
935935
if (mathMode != NO_BUILTINS && llcPass)

0 commit comments

Comments
 (0)