Fix bot failures by requiring x86 target

The tests added in r311254 require a target triple since they are
running through code generation. Fix bot failures by requiring
an x86 target.

llvm-svn: 311257
This commit is contained in:
Teresa Johnson 2017-08-19 19:15:04 +00:00
parent 89377c440c
commit b225ad05af
1 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,8 @@
; RUN: llvm-nm %t.out.0 | FileCheck %s
; CHECK: U link
; REQUIRES: x86-registered-target
target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-unknown-linux-gnu"