diff options
| author | Fariborz Jahanian <fjahanian@apple.com> | 2010-05-19 23:07:54 +0000 |
|---|---|---|
| committer | Fariborz Jahanian <fjahanian@apple.com> | 2010-05-19 23:07:54 +0000 |
| commit | e150539100d17501443215630bfc224468981e7d (patch) | |
| tree | 808a4198be9064187bb293672ad95b61abdf232a /clang/test/CodeGenObjC/atomic-aggregate-property.m | |
| parent | f98511473e26078d101797082a47224c9d39d42a (diff) | |
| download | bcm5719-llvm-e150539100d17501443215630bfc224468981e7d.tar.gz bcm5719-llvm-e150539100d17501443215630bfc224468981e7d.zip | |
More tests for ObjC++ GC support.
llvm-svn: 104176
Diffstat (limited to 'clang/test/CodeGenObjC/atomic-aggregate-property.m')
| -rw-r--r-- | clang/test/CodeGenObjC/atomic-aggregate-property.m | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/CodeGenObjC/atomic-aggregate-property.m b/clang/test/CodeGenObjC/atomic-aggregate-property.m index 2896d379e75..93eeca82011 100644 --- a/clang/test/CodeGenObjC/atomic-aggregate-property.m +++ b/clang/test/CodeGenObjC/atomic-aggregate-property.m @@ -1,4 +1,5 @@ // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fobjc-nonfragile-abi -fobjc-gc -emit-llvm -o - %s | FileCheck -check-prefix LP64 %s +// RUN: %clang_cc1 -x objective-c++ -triple x86_64-apple-darwin10 -fobjc-nonfragile-abi -fobjc-gc -emit-llvm -o - %s | FileCheck -check-prefix LP64 %s // rdar: // 7849824 struct s { |

