[llvm-commits] CVS: llvm/tools/extract/extract.cpp

Brian Gaeke gaeke at cs.uiuc.edu
Tue Nov 11 16:43:16 PST 2003


Changes in directory llvm/tools/extract:

extract.cpp updated: 1.18 -> 1.19

---
Log message:

Put all LLVM code into the llvm namespace, as per bug 109.

---
Diffs of the changes:  (+2 -0)

Index: llvm/tools/extract/extract.cpp
diff -u llvm/tools/extract/extract.cpp:1.18 llvm/tools/extract/extract.cpp:1.19
--- llvm/tools/extract/extract.cpp:1.18	Tue Oct 28 16:22:16 2003
+++ llvm/tools/extract/extract.cpp	Tue Nov 11 16:41:34 2003
@@ -21,6 +21,8 @@
 #include "Support/CommandLine.h"
 #include <memory>
 
+using namespace llvm;
+
 // InputFilename - The filename to read from.
 static cl::opt<std::string>
 InputFilename(cl::Positional, cl::desc("<input bytecode file>"),





More information about the llvm-commits mailing list