summaryrefslogtreecommitdiffstats
path: root/llvm/test/FrontendObjC
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2009-08-28 23:24:31 +0000
committerDevang Patel <dpatel@apple.com>2009-08-28 23:24:31 +0000
commit80ae34974b2f881b68a30034d47af58a417ba44b (patch)
treefddf00b6e4a26e6e988a4af83a5d4f317579850c /llvm/test/FrontendObjC
parentbeefdc894898ad1d372a2eabb1c17d7780aa8645 (diff)
downloadbcm5719-llvm-80ae34974b2f881b68a30034d47af58a417ba44b.tar.gz
bcm5719-llvm-80ae34974b2f881b68a30034d47af58a417ba44b.zip
Reapply 79977.
Use MDNodes to encode debug info in llvm IR. llvm-svn: 80406
Diffstat (limited to 'llvm/test/FrontendObjC')
-rw-r--r--llvm/test/FrontendObjC/2009-02-17-RunTimeVer-dbg.m13
1 files changed, 0 insertions, 13 deletions
diff --git a/llvm/test/FrontendObjC/2009-02-17-RunTimeVer-dbg.m b/llvm/test/FrontendObjC/2009-02-17-RunTimeVer-dbg.m
deleted file mode 100644
index 0fab94d9f8e..00000000000
--- a/llvm/test/FrontendObjC/2009-02-17-RunTimeVer-dbg.m
+++ /dev/null
@@ -1,13 +0,0 @@
-// RUN: %llvmgcc -x objective-c -S %s -g --emit-llvm -o - | grep "dbg.compile_unit =" | grep "null, i32"
-// Last parameter represent i32 runtime version id. The previous paramenter
-// encodes command line flags when certain env. variables are set. In this
-// example it is the only compile_unit parameter that is null. This test case
-// tests existence of new additional compile_unit parameter to encode
-// Objective-C runtime version number.
-
-@interface foo
-@end
-@implementation foo
-@end
-
-void fn(foo *f) {}
OpenPOWER on IntegriCloud