Add a triple to this test.
authorRafael Espindola <rafael.espindola@gmail.com>
Wed, 16 Oct 2013 02:27:33 +0000 (02:27 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Wed, 16 Oct 2013 02:27:33 +0000 (02:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@192767 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/ident-metadata.ll

index 211d882694e5466334b9aaeb00b2c9587bb25c1a..a5686730cee93d8f9f8ad953b0363a7a30d08e1a 100644 (file)
@@ -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.