aboutsummaryrefslogtreecommitdiff
path: root/test/ELF/splitstacks.s
blob: 6506b48a25131012fc486c3191d4e2b09b8543d4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# 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: objects using splitstacks are not supported

.globl _start
_start:
 nop

.section .note.GNU-split-stack,"",@progbits