2010-08-09 18:54:20 +08:00
|
|
|
// Test this without pch.
|
2014-01-15 03:35:09 +08:00
|
|
|
// RUN: %clang_cc1 -include %S/objcxx-ivar-class.h -triple %itanium_abi_triple %s -emit-llvm -o - | FileCheck %s
|
2010-08-09 18:54:20 +08:00
|
|
|
|
|
|
|
// Test with pch.
|
2014-01-15 03:35:09 +08:00
|
|
|
// RUN: %clang_cc1 -x objective-c++-header -triple %itanium_abi_triple -emit-pch -o %t %S/objcxx-ivar-class.h
|
|
|
|
// RUN: %clang_cc1 -include-pch %t -triple %itanium_abi_triple %s -emit-llvm -o - | FileCheck %s
|
2010-08-09 18:54:20 +08:00
|
|
|
|
2010-08-09 18:54:37 +08:00
|
|
|
// CHECK: [C position]
|
2011-06-07 05:23:05 +08:00
|
|
|
// CHECK: call {{.*}} @_ZN1SC1ERKS_
|
2010-08-09 18:54:37 +08:00
|
|
|
|
|
|
|
// CHECK: [C setPosition:]
|
2013-12-13 00:15:25 +08:00
|
|
|
// CHECK: = call {{.*}}%struct.S* @_ZN1SaSERKS_
|
2010-08-09 18:54:37 +08:00
|
|
|
|
2010-08-09 18:54:20 +08:00
|
|
|
// CHECK: [C .cxx_destruct]
|
|
|
|
// CHECK: [C .cxx_construct]
|