summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/ident-metadata.ll
diff options
context:
space:
mode:
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.