File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -399,8 +399,8 @@ bool Resolver::checkUndefines(bool isFinal) {
399
399
// Seems like this symbol is undefined. Warn that.
400
400
foundUndefines = true ;
401
401
if (_context.printRemainingUndefines ()) {
402
- llvm::errs () << " Undefined Symbol : " << undefAtom->file ().path ()
403
- << " : " << undefAtom->name () << " \n " ;
402
+ llvm::errs () << " Undefined symbol : " << undefAtom->file ().path ()
403
+ << " : " << undefAtom->name () << " \n " ;
404
404
}
405
405
}
406
406
if (foundUndefines) {
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ RUN: %p/Inputs/shared.so-x86-64 -o %t -e main -shared \
23
23
RUN: --use-shlib-undefines --no-allow-shlib-undefined 2> %t2
24
24
RUN: FileCheck -check-prefix=SHLIB %s < %t2
25
25
26
- EXEC: Undefined Symbol : {{[-_A-Za-z0-9.\\/:]+}}shared.so-x86-64 : puts
27
- SHLIB: Undefined Symbol : {{[-_A-Za-z0-9.\\/:]+}}shared.so-x86-64 : puts
28
- EXEC-NOT: Undefined Symbol : {{[-_A-Za-z0-9.\\/:]+}}shared.so-x86-64 : weakfoo
29
- SHLIB-NOT: Undefined Symbol : {{[-_A-Za-z0-9.\\/:]+}}shared.so-x86-64 : weakfoo
26
+ EXEC: Undefined symbol : {{[-_A-Za-z0-9.\\/:]+}}shared.so-x86-64: puts
27
+ SHLIB: Undefined symbol : {{[-_A-Za-z0-9.\\/:]+}}shared.so-x86-64: puts
28
+ EXEC-NOT: Undefined symbol : {{[-_A-Za-z0-9.\\/:]+}}shared.so-x86-64: weakfoo
29
+ SHLIB-NOT: Undefined symbol : {{[-_A-Za-z0-9.\\/:]+}}shared.so-x86-64: weakfoo
Original file line number Diff line number Diff line change 4
4
# RUN: /subsystem:console -- %t.obj 2> %t.log
5
5
# RUN: FileCheck %s < %t.log
6
6
7
- CHECK: Undefined Symbol : command line option /include : sym1
8
- CHECK: Undefined Symbol : command line option /include : sym2
7
+ CHECK: Undefined symbol : command line option /include: sym1
8
+ CHECK: Undefined symbol : command line option /include: sym2
You can’t perform that action at this time.
0 commit comments