diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2017-12-18 20:12:21 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2017-12-18 20:12:21 +0000 |
| commit | eb1ff93d02b5f17b6b409e83c6d9be585f4a04b3 (patch) | |
| tree | 7490b4a8943293f251ad733465936e6ec302b3e9 /test/ELF/linkerscript/discard-section-err.s | |
| parent | bafea25f368c63f0b39789906adfed6e39219e64 (diff) | |
Notes
Diffstat (limited to 'test/ELF/linkerscript/discard-section-err.s')
| -rw-r--r-- | test/ELF/linkerscript/discard-section-err.s | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/ELF/linkerscript/discard-section-err.s b/test/ELF/linkerscript/discard-section-err.s index 5d9955545d920..8ad5b486cb39a 100644 --- a/test/ELF/linkerscript/discard-section-err.s +++ b/test/ELF/linkerscript/discard-section-err.s @@ -21,3 +21,5 @@ # RUN: not ld.lld -pie -o %t --script %t.script %t.o 2>&1 | \ # RUN: FileCheck -check-prefix=DYNSTR %s # DYNSTR: discarding .dynstr section is not allowed + +.comm foo,4,4 |
