[llvm-commits] [llvm] r160120 - /llvm/trunk/test/CodeGen/X86/rdrand.ll

Benjamin Kramer benny.kra at googlemail.com
Thu Jul 12 02:36:29 PDT 2012


Author: d0k
Date: Thu Jul 12 04:36:29 2012
New Revision: 160120

URL: http://llvm.org/viewvc/llvm-project?rev=160120&view=rev
Log:
Use %s instead of the explicit name, the latter doesn't work in out-of-tree builds.

Modified:
    llvm/trunk/test/CodeGen/X86/rdrand.ll

Modified: llvm/trunk/test/CodeGen/X86/rdrand.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/rdrand.ll?rev=160120&r1=160119&r2=160120&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/rdrand.ll (original)
+++ llvm/trunk/test/CodeGen/X86/rdrand.ll Thu Jul 12 04:36:29 2012
@@ -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()





More information about the llvm-commits mailing list