mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-02 16:56:50 +00:00
Use %s instead of the explicit name, the latter doesn't work in out-of-tree builds.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160120 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b9bee04995
commit
51bf934e4d
@ -1,4 +1,4 @@
|
||||
; RUN: llc < rdrand.ll -march=x86-64 -mattr=+rdrand | FileCheck %s
|
||||
; RUN: llc < %s -march=x86-64 -mattr=+rdrand | FileCheck %s
|
||||
declare {i16, i32} @llvm.x86.rdrand.16()
|
||||
declare {i32, i32} @llvm.x86.rdrand.32()
|
||||
declare {i64, i32} @llvm.x86.rdrand.64()
|
||||
|
Loading…
Reference in New Issue
Block a user