[llvm-commits] CVS: llvm/tools/lli/lli.cpp
Brian Gaeke
gaeke at cs.uiuc.edu
Tue Nov 11 16:42:20 PST 2003
Changes in directory llvm/tools/lli:
lli.cpp updated: 1.34 -> 1.35
---
Log message:
Put all LLVM code into the llvm namespace, as per bug 109.
---
Diffs of the changes: (+2 -0)
Index: llvm/tools/lli/lli.cpp
diff -u llvm/tools/lli/lli.cpp:1.34 llvm/tools/lli/lli.cpp:1.35
--- llvm/tools/lli/lli.cpp:1.34 Tue Oct 28 16:51:44 2003
+++ llvm/tools/lli/lli.cpp Tue Nov 11 16:41:34 2003
@@ -28,6 +28,8 @@
#include "Support/Debug.h"
#include "Support/SystemUtils.h"
+using namespace llvm;
+
namespace {
cl::opt<std::string>
InputFile(cl::desc("<input bytecode>"), cl::Positional, cl::init("-"));
More information about the llvm-commits
mailing list