diff options
| author | Devang Patel <dpatel@apple.com> | 2009-08-28 23:24:31 +0000 |
|---|---|---|
| committer | Devang Patel <dpatel@apple.com> | 2009-08-28 23:24:31 +0000 |
| commit | 15e723d2c6021bbeacad9baa9c0d946d4a19867e (patch) | |
| tree | ad839c82009fa9220c9934db785cfa5ee35c9d25 /test/FrontendObjC | |
| parent | c299914a58baed2d7cf594494dbba60880d476cd (diff) | |
| download | external_llvm-15e723d2c6021bbeacad9baa9c0d946d4a19867e.zip external_llvm-15e723d2c6021bbeacad9baa9c0d946d4a19867e.tar.gz external_llvm-15e723d2c6021bbeacad9baa9c0d946d4a19867e.tar.bz2 | |
Reapply 79977.
Use MDNodes to encode debug info in llvm IR.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80406 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/FrontendObjC')
| -rw-r--r-- | test/FrontendObjC/2009-02-17-RunTimeVer-dbg.m | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/test/FrontendObjC/2009-02-17-RunTimeVer-dbg.m b/test/FrontendObjC/2009-02-17-RunTimeVer-dbg.m deleted file mode 100644 index 0fab94d..0000000 --- a/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) {} |
