[ELF] Fix tests from r361013 on ARM/AARch64 bots.

llvm-svn: 361128
This commit is contained in:
Yvan Roux 2019-05-20 08:51:39 +00:00
parent 0261b9498b
commit bc07278e02
2 changed files with 4 additions and 0 deletions

View File

@ -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

View File

@ -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