Mark test as requiring x86-registered-target.

llvm-svn: 271163
This commit is contained in:
Rafael Espindola 2016-05-29 02:36:16 +00:00
parent f8f01c3d59
commit ab3e10a7a0
1 changed files with 1 additions and 0 deletions

View File

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