]> granicus.if.org Git - clang/commitdiff
Remove bad debug info test.
authorDavid Blaikie <dblaikie@gmail.com>
Tue, 11 Feb 2014 21:37:47 +0000 (21:37 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Tue, 11 Feb 2014 21:37:47 +0000 (21:37 +0000)
Another test that's testing through assembly from Clang which is
problematic. An attempt to upgrade this to just be an IR-generation test
was unsuccessful (I was unable to get this test to fail) but it looks
like there's other, better, test coverage in this area
(test/CodeGenObjC/debuginfo-properties.m) anyway.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@201183 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenObjC/debug-property-synth.m [deleted file]

diff --git a/test/CodeGenObjC/debug-property-synth.m b/test/CodeGenObjC/debug-property-synth.m
deleted file mode 100644 (file)
index f4bc922..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-// RUN: %clang_cc1 -triple %itanium_abi_triple -masm-verbose -S -g %s -o - | FileCheck %s
-// Radar 9468526
-@interface I {
-  int _p1;
-}
-@property int p1;
-@end
-
-@implementation I
-@synthesize p1 = _p1;
-@end
-
-int main() {
-  I *myi;
-  myi.p1 = 2;
-  return 0;
-}
-
-// FIXME: Make this test ir files.
-// CHECK:       .loc    2 6 0