blob: 2851e7942798b6d91d175295f9bc6de732e4160d [file] [log] [blame]
Galina Kistanova0ccb31c2011-06-03 22:24:54 +00001// REQUIRES: x86-64-registered-target
Daniel Dunbara5728872009-12-15 20:14:24 +00002// RUN: %clang_cc1 -fobjc-gc -triple x86_64-apple-darwin -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
Fariborz Jahaniana5da9022010-05-19 23:07:54 +00004// RUN: %clang_cc1 -x objective-c++ -fobjc-gc -triple x86_64-apple-darwin -O0 -S %s -o %t-64.s
5// 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"