forked from OSchip/llvm-project
[ELF] - Fix build bot after r326892 "[ELF] - Report LMA region overflows."
Removed excessive line from testcase. llvm-svn: 326893
This commit is contained in:
parent
97e054e00d
commit
64b2ba1f81
|
@ -1,7 +1,6 @@
|
|||
# REQUIRES: x86
|
||||
|
||||
# echo '.section .foo,"a"; .quad 1' | llvm-mc -filetype=obj -triple=x86_64-unknown-linux - -o %t.o
|
||||
# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %t.s -o %t.o
|
||||
# RUN: not ld.lld -o %t %t.o --script %s 2>&1 | FileCheck %s
|
||||
# CHECK: error: section '.foo' will not fit in region 'flash': overflowed by 264 bytes
|
||||
|
||||
|
|
Loading…
Reference in New Issue