aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/omit-label.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/omit-label.ll')
-rw-r--r--test/CodeGen/X86/omit-label.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/omit-label.ll b/test/CodeGen/X86/omit-label.ll
index 6450f95..35e6427 100644
--- a/test/CodeGen/X86/omit-label.ll
+++ b/test/CodeGen/X86/omit-label.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86-64 -asm-verbose=false | FileCheck %s
+; RUN: llvm-as < %s | llc -asm-verbose=false -mtriple=x86_64-linux-gnu | FileCheck %s
; PR4126
; PR4732