diff options
| author | Devang Patel <dpatel@apple.com> | 2010-12-08 22:42:58 +0000 |
|---|---|---|
| committer | Devang Patel <dpatel@apple.com> | 2010-12-08 22:42:58 +0000 |
| commit | 00afcbe366d120c0e20701b6347a65d427186cb0 (patch) | |
| tree | 0882445cb3b6dc55d26523c327c849492bdee1d8 /clang/test/CodeGen | |
| parent | 47e3cc54f8d97271deb905dc87c9b53d4af05254 (diff) | |
| download | bcm5719-llvm-00afcbe366d120c0e20701b6347a65d427186cb0.tar.gz bcm5719-llvm-00afcbe366d120c0e20701b6347a65d427186cb0.zip | |
Start using DIBuilder. It provides cleaner interface.
llvm-svn: 121302
Diffstat (limited to 'clang/test/CodeGen')
| -rw-r--r-- | clang/test/CodeGen/2010-03-09-DbgInfo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/2010-03-09-DbgInfo.c b/clang/test/CodeGen/2010-03-09-DbgInfo.c index 04ee02e4371..3541e5f561f 100644 --- a/clang/test/CodeGen/2010-03-09-DbgInfo.c +++ b/clang/test/CodeGen/2010-03-09-DbgInfo.c @@ -1,2 +1,2 @@ -// RUN: %clang -dA -S -O0 -g %s -o - | grep DW_TAG_variable +// RUN: %clang -emit-llvm -S -O0 -g %s -o - | grep DW_TAG_variable unsigned char ctable1[1] = { 0001 }; |

