diff options
Diffstat (limited to 'test/ELF/linkerscript/ehdr_start.s')
-rw-r--r-- | test/ELF/linkerscript/ehdr_start.s | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/ELF/linkerscript/ehdr_start.s b/test/ELF/linkerscript/ehdr_start.s index 0ae4a4dcfbc9..935fa2bf3391 100644 --- a/test/ELF/linkerscript/ehdr_start.s +++ b/test/ELF/linkerscript/ehdr_start.s @@ -3,7 +3,8 @@ # RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t.o # RUN: echo "SECTIONS { }" > %t.script # RUN: not ld.lld %t.o -script %t.script -o %t 2>&1 | FileCheck %s -# CHECK: error: {{.*}}:(.text+0x0): undefined symbol '__ehdr_start' +# CHECK: error: undefined symbol: __ehdr_start +# CHECK: >>> referenced by {{.*}}:(.text+0x0) .text .global _start, __ehdr_start |