forked from OSchip/llvm-project
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:
parent
89377c440c
commit
b225ad05af
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue