diff options
Diffstat (limited to 'test/ELF/splitstacks.s')
| -rw-r--r-- | test/ELF/splitstacks.s | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/test/ELF/splitstacks.s b/test/ELF/splitstacks.s deleted file mode 100644 index 3b7e67e5c2b01..0000000000000 --- a/test/ELF/splitstacks.s +++ /dev/null @@ -1,11 +0,0 @@ -# REQUIRES: x86 -# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t1.o - -# RUN: not ld.lld %t1.o -o %t 2>&1 | FileCheck %s -# CHECK: .o: object file compiled with -fsplit-stack is not supported - -.globl _start -_start: - nop - -.section .note.GNU-split-stack,"",@progbits |
