mirror of
https://github.com/AxioDL/lld.git
synced 2026-03-30 11:44:17 -07:00
f3794542b2
which was reverted because included unrelative changes by mistake. Original commit message: [ELF] - Change all messages to lowercase to be consistent. That is directly opposite to http://reviews.llvm.org/D18045, which was reverted. This patch changes all messages to start from lowercase letter if they were not before. That is done to be consistent with clang. Differential revision: http://reviews.llvm.org/D18085 git-svn-id: https://llvm.org/svn/llvm-project/lld/trunk@263337 91177308-0d34-0410-b5e6-96231b3b80d8
12 lines
263 B
ArmAsm
12 lines
263 B
ArmAsm
# 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
|