forked from OSchip/llvm-project
Mark test as requiring x86-registered-target.
llvm-svn: 271163
This commit is contained in:
parent
f8f01c3d59
commit
ab3e10a7a0
|
@ -1,3 +1,4 @@
|
|||
// REQUIRES: x86-registered-target
|
||||
// RUN: %clang_cc1 -triple x86_64-pc-linux-gnu -emit-obj --mrelax-relocations %s -mrelocation-model pic -o %t
|
||||
// RUN: llvm-readobj -r %t | FileCheck %s
|
||||
|
||||
|
|
Loading…
Reference in New Issue