summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/ident-metadata.ll
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2013-10-16 02:27:33 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2013-10-16 02:27:33 +0000
commita2ef865fa9e2d2fa108f9d3c1d3a63c1607bf1d4 (patch)
tree9b1b4296f42b8e204263aa31bae55538e0586230 /test/CodeGen/X86/ident-metadata.ll
parent3aa342be500a55c3bbee302f3a8db937eaa2c241 (diff)
downloadllvm-a2ef865fa9e2d2fa108f9d3c1d3a63c1607bf1d4.tar.gz
llvm-a2ef865fa9e2d2fa108f9d3c1d3a63c1607bf1d4.tar.bz2
llvm-a2ef865fa9e2d2fa108f9d3c1d3a63c1607bf1d4.tar.xz
Add a triple to this test.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@192767 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/ident-metadata.ll')
-rw-r--r--test/CodeGen/X86/ident-metadata.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/ident-metadata.ll b/test/CodeGen/X86/ident-metadata.ll
index 211d882694..a5686730ce 100644
--- a/test/CodeGen/X86/ident-metadata.ll
+++ b/test/CodeGen/X86/ident-metadata.ll
@@ -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.