diff options
author | Mikhail Glushenkov <foldr@codedgers.com> | 2008-05-06 18:08:59 +0000 |
---|---|---|
committer | Mikhail Glushenkov <foldr@codedgers.com> | 2008-05-06 18:08:59 +0000 |
commit | d4918dd32c5af6480534905dd31793f66e47cae6 (patch) | |
tree | 53739bf3cc20a0989fdcb421c4798de6cdbe9e87 /llvm/tools/llvmc2/llvmc.cpp | |
parent | 2eb0268fab961a1592549ef20d89dfce7142f3b2 (diff) | |
download | bcm5719-llvm-d4918dd32c5af6480534905dd31793f66e47cae6.tar.gz bcm5719-llvm-d4918dd32c5af6480534905dd31793f66e47cae6.zip |
Add output redirection, rename namespace llvmcc to namespace llvmc.
llvm-svn: 50746
Diffstat (limited to 'llvm/tools/llvmc2/llvmc.cpp')
-rw-r--r-- | llvm/tools/llvmc2/llvmc.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/tools/llvmc2/llvmc.cpp b/llvm/tools/llvmc2/llvmc.cpp index 87c0e41cdca..b4f0afeb14e 100644 --- a/llvm/tools/llvmc2/llvmc.cpp +++ b/llvm/tools/llvmc2/llvmc.cpp @@ -1,4 +1,4 @@ -//===--- llvmcc.cpp - The LLVM Compiler Driver ------------------*- C++ -*-===// +//===--- llvmc.cpp - The LLVM Compiler Driver ------------------*- C++ -*-===// // // The LLVM Compiler Infrastructure // @@ -26,7 +26,7 @@ namespace cl = llvm::cl; namespace sys = llvm::sys; -using namespace llvmcc; +using namespace llvmc; // Built-in command-line options. // External linkage here is intentional. |