aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/byval.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/byval.ll')
-rw-r--r--test/CodeGen/X86/byval.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/CodeGen/X86/byval.ll b/test/CodeGen/X86/byval.ll
index ac0bc094e5..185eda1566 100644
--- a/test/CodeGen/X86/byval.ll
+++ b/test/CodeGen/X86/byval.ll
@@ -1,4 +1,5 @@
-; RUN: llc < %s -march=x86-64 | FileCheck -check-prefix=X86-64 %s
+; RUN: llc < %s -mtriple=x86_64-linux | FileCheck -check-prefix=X86-64 %s
+; Win64 has not supported byval yet.
; RUN: llc < %s -march=x86 | FileCheck -check-prefix=X86 %s
; X86: movl 4(%esp), %eax