diff options
author | ed <ed@FreeBSD.org> | 2009-06-14 09:24:02 +0000 |
---|---|---|
committer | ed <ed@FreeBSD.org> | 2009-06-14 09:24:02 +0000 |
commit | b8e7410b22fa573fb0078712439f343bc69208dd (patch) | |
tree | d472a7615b5c7e413aa62a77d0777c1a9cf76478 /test/CodeGen/lineno-dbginfo.c | |
parent | 6514d87c1aa5b544d02c3822fe41217e2051673d (diff) | |
download | FreeBSD-src-b8e7410b22fa573fb0078712439f343bc69208dd.zip FreeBSD-src-b8e7410b22fa573fb0078712439f343bc69208dd.tar.gz |
Import Clang r73340.
Diffstat (limited to 'test/CodeGen/lineno-dbginfo.c')
-rw-r--r-- | test/CodeGen/lineno-dbginfo.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/test/CodeGen/lineno-dbginfo.c b/test/CodeGen/lineno-dbginfo.c index fe9e59a..12c32ce 100644 --- a/test/CodeGen/lineno-dbginfo.c +++ b/test/CodeGen/lineno-dbginfo.c @@ -1,5 +1,6 @@ -// RUN: echo "#include <stdio.h>" > %t.h -// RUN: clang -S -save-temps -g -include %t.h %s -emit-llvm -o %t.ll -// RUN: grep "i32 5" %t.ll +// RUN: echo "#include <stdio.h>" > %t.h && +// RUN: clang -S -save-temps -g -include %t.h %s -emit-llvm -o %t.ll && +// RUN: grep "i32 5" %t.ll && +// RUN: rm -f lineno-dbginfo.i // outer is at line number 5. int outer = 42; |