aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/llc-override-mcpu-mattr.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/llc-override-mcpu-mattr.ll')
-rw-r--r--test/CodeGen/X86/llc-override-mcpu-mattr.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/X86/llc-override-mcpu-mattr.ll b/test/CodeGen/X86/llc-override-mcpu-mattr.ll
index 19a5ed5918674..293ceee3be904 100644
--- a/test/CodeGen/X86/llc-override-mcpu-mattr.ll
+++ b/test/CodeGen/X86/llc-override-mcpu-mattr.ll
@@ -1,5 +1,5 @@
-; RUN: llc < %s -march x86-64 -mcpu=broadwell | FileCheck %s
-; RUN: llc < %s -march x86-64 -mattr=+avx2 | FileCheck %s
+; RUN: llc < %s -mtriple=x86_64-- -mcpu=broadwell | FileCheck %s
+; RUN: llc < %s -mtriple=x86_64-- -mattr=+avx2 | FileCheck %s
; Check that llc can overide function attributes target-cpu and target-features
; using command line options -mcpu and -mattr.