[llvm] r192767 - Add a triple to this test.
Rafael Espindola
rafael.espindola at gmail.com
Tue Oct 15 19:27:34 PDT 2013
Author: rafael
Date: Tue Oct 15 21:27:33 2013
New Revision: 192767
URL: http://llvm.org/viewvc/llvm-project?rev=192767&view=rev
Log:
Add a triple to this test.
Modified:
llvm/trunk/test/CodeGen/X86/ident-metadata.ll
Modified: llvm/trunk/test/CodeGen/X86/ident-metadata.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/ident-metadata.ll?rev=192767&r1=192766&r2=192767&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/ident-metadata.ll (original)
+++ llvm/trunk/test/CodeGen/X86/ident-metadata.ll Tue Oct 15 21:27:33 2013
@@ -1,4 +1,4 @@
-; RUN: llc -march=x86 < %s | FileCheck %s
+; RUN: llc -mtriple=x86_64-linux < %s | FileCheck %s
; Verify that llvm.ident metadata is emitted as .ident
; directives in assembly files, and in the .comment section in ELF object files.
More information about the llvm-commits
mailing list