diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2013-10-16 02:27:33 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2013-10-16 02:27:33 +0000 |
commit | a2ef865fa9e2d2fa108f9d3c1d3a63c1607bf1d4 (patch) | |
tree | 9b1b4296f42b8e204263aa31bae55538e0586230 /test | |
parent | 3aa342be500a55c3bbee302f3a8db937eaa2c241 (diff) | |
download | external_llvm-a2ef865fa9e2d2fa108f9d3c1d3a63c1607bf1d4.zip external_llvm-a2ef865fa9e2d2fa108f9d3c1d3a63c1607bf1d4.tar.gz external_llvm-a2ef865fa9e2d2fa108f9d3c1d3a63c1607bf1d4.tar.bz2 |
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')
-rw-r--r-- | test/CodeGen/X86/ident-metadata.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/ident-metadata.ll b/test/CodeGen/X86/ident-metadata.ll index 211d882..a568673 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. |