blob: 46a7034a224981c9f9e1cb6ef1987d3111db113a [file] [log] [blame]
Galina Kistanova0ccb31c2011-06-03 22:24:54 +00001// REQUIRES: x86-64-registered-target
John McCall260611a2012-06-20 06:18:46 +00002// RUN: %clang_cc1 -fobjc-gc -triple x86_64-apple-darwin -fobjc-runtime=macosx-fragile-10.5 -O0 -S %s -o %t-64.s
Daniel Dunbar4fcfde42009-11-08 01:45:36 +00003// RUN: FileCheck -check-prefix LP64 --input-file=%t-64.s %s
John McCall260611a2012-06-20 06:18:46 +00004// RUN: %clang_cc1 -x objective-c++ -fobjc-gc -triple x86_64-apple-darwin -fobjc-runtime=macosx-fragile-10.5 -O0 -S %s -o %t-64.s
Fariborz Jahaniana5da9022010-05-19 23:07:54 +00005// RUN: FileCheck -check-prefix LP64 --input-file=%t-64.s %s
Fariborz Jahanian6d9eae62009-08-24 21:55:06 +00006
7@interface NSObject {
8 id isa;
9}
10@end
11
12@interface AllPointers : NSObject {
13 id foo;
14 void *__strong bar; NSObject *bletch;}
15@end
16@implementation AllPointers
17@end
18
19// CHECK-LP64: L_OBJC_CLASS_NAME_6:
20// CHECK-LP64-NEXT: .asciz "\004"