Skip to content

Commit

Permalink
specify a target triple so global variable manglings are consistent etc.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79118 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
lattner committed Aug 15, 2009
1 parent d8d7335 commit d04fee1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/CodeGen/X86/sse3.ll
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
; These are tests for SSE3 codegen. Yonah has SSE3 and earlier but not SSSE3+.

; RUN: llvm-as < %s | llc -march=x86-64 -mcpu=yonah | FileCheck %s --check-prefix=X64
; RUN: llvm-as < %s | llc -march=x86-64 -mcpu=yonah -mtriple=i686-apple-darwin9\
; RUN: | FileCheck %s --check-prefix=X64

; Test for v8xi16 lowering where we extract the first element of the vector and
; placed it in the second element of the result.
Expand Down

0 comments on commit d04fee1

Please sign in to comment.