diff options
author | Fariborz Jahanian <fjahanian@apple.com> | 2011-04-05 23:01:27 +0000 |
---|---|---|
committer | Fariborz Jahanian <fjahanian@apple.com> | 2011-04-05 23:01:27 +0000 |
commit | 10a95ca876091340e2b6425ec53310d577928c29 (patch) | |
tree | ca84f840271b6873231624c7198d4244d723691a /clang/test/CodeGenObjC/atomic-aggregate-property.m | |
parent | c3656d29f6984ebfdeed497330530ba9d43e8417 (diff) | |
download | bcm5719-llvm-10a95ca876091340e2b6425ec53310d577928c29.tar.gz bcm5719-llvm-10a95ca876091340e2b6425ec53310d577928c29.zip |
Fixes a regression caused by my last patch.
As a result, I had to remove a c++ version of a clang
test which requires more scrutiny on my part.
llvm-svn: 128950
Diffstat (limited to 'clang/test/CodeGenObjC/atomic-aggregate-property.m')
-rw-r--r-- | clang/test/CodeGenObjC/atomic-aggregate-property.m | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/test/CodeGenObjC/atomic-aggregate-property.m b/clang/test/CodeGenObjC/atomic-aggregate-property.m index 93eeca82011..2896d379e75 100644 --- a/clang/test/CodeGenObjC/atomic-aggregate-property.m +++ b/clang/test/CodeGenObjC/atomic-aggregate-property.m @@ -1,5 +1,4 @@ // 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 { |