forked from OSchip/llvm-project
Add some -triples I was a little too liberal in removing.
llvm-svn: 89084
This commit is contained in:
parent
7e4ae04bed
commit
cba26d4dc5
|
@ -1,5 +1,5 @@
|
|||
// RUNX: llvm-gcc -m64 -fobjc-gc -emit-llvm -S -o %t %s &&
|
||||
// RUN: clang-cc -fobjc-nonfragile-abi -fobjc-gc -emit-llvm -o %t %s
|
||||
// RUN: clang-cc -triple x86_64-apple-darwin10 -fobjc-nonfragile-abi -fobjc-gc -emit-llvm -o %t %s
|
||||
// RUN: grep '@"\\01L_OBJC_CLASS_NAME_.*" = internal global .* c"A\\00"' %t
|
||||
// RUN: grep '@"\\01L_OBJC_CLASS_NAME_.*" = internal global .* c"\\11q\\10\\00"' %t
|
||||
// RUN: grep '@"\\01L_OBJC_CLASS_NAME_.*" = internal global .* c"!q\\00"' %t
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
// RUN: clang-cc -fobjc-nonfragile-abi -fblocks -fobjc-gc -emit-llvm -o %t %s
|
||||
// RUN: clang-cc -triple x86_64-apple-darwin10 -fobjc-nonfragile-abi -fblocks -fobjc-gc -emit-llvm -o %t %s
|
||||
// RUN: grep objc_assign_ivar %t | count 3
|
||||
// RUN: grep objc_assign_strongCast %t | count 6
|
||||
|
||||
|
|
Loading…
Reference in New Issue