force a triple so this passes on darwin

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79345 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2009-08-18 16:55:45 +00:00
parent c40f17b087
commit 755baa8329

View File

@ -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