aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Coverage/codegen-gnu.m
diff options
context:
space:
mode:
authorFariborz Jahanian <fjahanian@apple.com>2009-05-17 16:49:27 +0000
committerFariborz Jahanian <fjahanian@apple.com>2009-05-17 16:49:27 +0000
commit078cd52297ee534357f387e4dddcaec2adf7d2ad (patch)
treeefdb2249bf1815834848b581a4450622351fa466 /clang/test/Coverage/codegen-gnu.m
parent9303134cefdc2239e80a0023f450bb9f8fe76744 (diff)
downloadllvm-078cd52297ee534357f387e4dddcaec2adf7d2ad.zip
llvm-078cd52297ee534357f387e4dddcaec2adf7d2ad.tar.gz
llvm-078cd52297ee534357f387e4dddcaec2adf7d2ad.tar.bz2
This patch fixes two bugs in the GNU Objective-C runtime implementation. One is a case in rethrowing exceptions where the C types don't match correctly (I already sent this patch to Daniel Dunbar, who found the bug, so it may have already been committed). The other fixes the case properties so that the methods generated as property accessors are added to the class structure correctly.
Patch by David Chisnall. llvm-svn: 71980
Diffstat (limited to 'clang/test/Coverage/codegen-gnu.m')
-rw-r--r--clang/test/Coverage/codegen-gnu.m3
1 files changed, 1 insertions, 2 deletions
diff --git a/clang/test/Coverage/codegen-gnu.m b/clang/test/Coverage/codegen-gnu.m
index 417f5ef..f042c44 100644
--- a/clang/test/Coverage/codegen-gnu.m
+++ b/clang/test/Coverage/codegen-gnu.m
@@ -1,7 +1,6 @@
// RUN: clang-cc -triple i386-unknown-unknown -DIRGENABLE_GNU -DIRGENABLE -fgnu-runtime -emit-llvm -o %t %s &&
// RUN: clang-cc -triple i386-unknown-unknown -DIRGENABLE_GNU -DIRGENABLE -g -fgnu-runtime -emit-llvm -o %t %s &&
-// FIXME: Remove once GNU can IRgen everything.
-// RUN: not clang-cc -triple i386-unknown-unknown -fgnu-runtime -emit-llvm -o %t %s
+// RUN: clang-cc -triple i386-unknown-unknown -fgnu-runtime -emit-llvm -o %t %s
#include "objc-language-features.inc"