| commit | a45cf5b6b0790e829ad47cf946c149d8f1007324 | [log] [tgz] |
|---|---|---|
| author | Daniel Dunbar <daniel@zuster.org> | Tue Mar 24 02:24:46 2009 +0000 |
| committer | Daniel Dunbar <daniel@zuster.org> | Tue Mar 24 02:24:46 2009 +0000 |
| tree | 42b7a1abcb4d279cf3e14c5cad42ba817d562633 | |
| parent | 4aacad1f9348ccd2e40d3baeaf9826d456ef179e [diff] [blame] |
Rename clang to clang-cc. Tests and drivers updated, still need to shuffle dirs. llvm-svn: 67602
diff --git a/clang/test/CodeGen/debug-info.c b/clang/test/CodeGen/debug-info.c index 2ecae9f..0cb01a3 100644 --- a/clang/test/CodeGen/debug-info.c +++ b/clang/test/CodeGen/debug-info.c
@@ -1,4 +1,4 @@ -// RUN: clang -o %t --emit-llvm -g %s +// RUN: clang-cc -o %t --emit-llvm -g %s // PR3023 void convert(void) {