Use %s instead of the explicit name, the latter doesn't work in out-of-tree builds.
[oota-llvm.git] / test / CodeGen / X86 / rdrand.ll
index 7bb25b3b1bafd4b282143cf09d4fe807e0b8bea0..04dc0715758889d8572e475ff1f60031ec00695e 100644 (file)
@@ -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()