diff options
Diffstat (limited to 'test/ELF/linkerscript/undef.s')
-rw-r--r-- | test/ELF/linkerscript/undef.s | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/test/ELF/linkerscript/undef.s b/test/ELF/linkerscript/undef.s deleted file mode 100644 index 85ad0767b5ed..000000000000 --- a/test/ELF/linkerscript/undef.s +++ /dev/null @@ -1,11 +0,0 @@ -# REQUIRES: x86 -# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t - -# RUN: echo "SECTIONS { patatino = 0x1234; }" > %t.script -# RUN: ld.lld -o %t1 --script %t.script %t -# RUN: llvm-objdump -t %t1 | FileCheck %s -# CHECK: 0000000000001234 *ABS* 00000000 patatino - -.global _start -_start: - call patatino |