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/const-init.c b/clang/test/CodeGen/const-init.c index 30fc755..e7b83a3 100644 --- a/clang/test/CodeGen/const-init.c +++ b/clang/test/CodeGen/const-init.c
@@ -1,4 +1,4 @@ -// RUN: clang -arch i386 -verify -emit-llvm -o %t %s && +// RUN: clang-cc -arch i386 -verify -emit-llvm -o %t %s && #include <stdint.h>