diff options
Diffstat (limited to 'lld/test/ELF/linkerscript')
-rw-r--r-- | lld/test/ELF/linkerscript/orphan-first-cmd.s | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lld/test/ELF/linkerscript/orphan-first-cmd.s b/lld/test/ELF/linkerscript/orphan-first-cmd.s index 1bc063c9bca..3fb3b31b9a4 100644 --- a/lld/test/ELF/linkerscript/orphan-first-cmd.s +++ b/lld/test/ELF/linkerscript/orphan-first-cmd.s @@ -1,6 +1,7 @@ # REQUIRES: x86 # RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %s -o %t.o # RUN: echo "SECTIONS { \ +# RUN: foo = 123; \ # RUN: . = 0x1000; \ # RUN: . = 0x2000; \ # RUN: .bar : { . = . + 1; } \ |