forked from OSchip/llvm-project
[ELF] Fix tests from r361013 on ARM/AARch64 bots.
llvm-svn: 361128
This commit is contained in:
parent
0261b9498b
commit
bc07278e02
|
@ -1,3 +1,5 @@
|
|||
# REQUIRES: x86
|
||||
|
||||
# RUN: llvm-mc -filetype=obj -triple=i386-linux-musl %s -o %t.o
|
||||
# RUN: ld.lld --gc-sections %t.o -o %t
|
||||
# RUN: llvm-readelf -S -r %t | FileCheck %s
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# REQUIRES: x86
|
||||
|
||||
# RUN: llvm-mc -filetype=obj -triple=x86_64-linux-musl %s -o %t.o
|
||||
# RUN: ld.lld --gc-sections %t.o -o %t
|
||||
# RUN: llvm-readelf -S -r %t | FileCheck %s
|
||||
|
|
Loading…
Reference in New Issue