diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-02-22 07:18:55 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2011-02-22 07:18:55 +0000 |
commit | 135c03094f039db5fc067a4ef4091096ab8d1eb1 (patch) | |
tree | e5b19903a5f667dc6028f843b654129da2007101 /test/CodeGen/X86 | |
parent | 0a921698b6d6f8a40df3893a72c7e6ced1c919a0 (diff) | |
download | external_llvm-135c03094f039db5fc067a4ef4091096ab8d1eb1.zip external_llvm-135c03094f039db5fc067a4ef4091096ab8d1eb1.tar.gz external_llvm-135c03094f039db5fc067a4ef4091096ab8d1eb1.tar.bz2 |
test/CodeGen/X86/red-zone.ll: Add explicit -mtriple=x86_64-linux.
Redzone is not applicable on Win64.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126194 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86')
-rw-r--r-- | test/CodeGen/X86/red-zone.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/red-zone.ll b/test/CodeGen/X86/red-zone.ll index 1ffb4e3..d936971 100644 --- a/test/CodeGen/X86/red-zone.ll +++ b/test/CodeGen/X86/red-zone.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -march=x86-64 | FileCheck %s +; RUN: llc < %s -mtriple=x86_64-linux | FileCheck %s ; First without noredzone. ; CHECK: f0: |