diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2017-06-10 13:44:49 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2017-06-10 13:44:49 +0000 |
| commit | 2079716dfb3fb7e4e24b8b2e85eb6780b981a0af (patch) | |
| tree | 3b0c58e50948b450b50b20ae5a38c005128edfb5 /test/ELF/linkerscript/expr-invalid-sec.s | |
| parent | b9a1baec33e911ca24f51abf882d454e62047ea6 (diff) | |
Notes
Diffstat (limited to 'test/ELF/linkerscript/expr-invalid-sec.s')
| -rw-r--r-- | test/ELF/linkerscript/expr-invalid-sec.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ELF/linkerscript/expr-invalid-sec.s b/test/ELF/linkerscript/expr-invalid-sec.s index 9476be3c3b14..5687751b6806 100644 --- a/test/ELF/linkerscript/expr-invalid-sec.s +++ b/test/ELF/linkerscript/expr-invalid-sec.s @@ -3,4 +3,4 @@ # RUN: echo "SECTIONS { foo = ADDR(.text) + ADDR(.text); };" > %t.script # RUN: not ld.lld -o %t.so --script %t.script %t.o -shared 2>&1 | FileCheck %s -# CHECK: At least one side of the expression must be absolute +# CHECK: error: {{.*}}.script:1: at least one side of the expression must be absolute |
