mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-27 06:54:30 +00:00
Make test platform agnostic.
llvm-svn: 63247
This commit is contained in:
parent
03582504e0
commit
ab2b1d7629
@ -1,6 +1,4 @@
|
||||
; RUN: llvm-as < %s | llc -march=x86 | grep {\\.cstring} | count 1
|
||||
target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64-f80:128:128"
|
||||
target triple = "i386-apple-darwin9.6"
|
||||
; RUN: llvm-as < %s | llc -mtriple=i686-apple-darwin | grep {\\.cstring} | count 1
|
||||
%struct.A = type { }
|
||||
%struct.NSString = type opaque
|
||||
%struct.__builtin_CFString = type { i32*, i32, i8*, i32 }
|
||||
|
Loading…
x
Reference in New Issue
Block a user