[llvm-commits] CVS: llvm/tools/llvm-nm/llvm-nm.cpp
Brian Gaeke
gaeke at cs.uiuc.edu
Tue Nov 11 16:42:16 PST 2003
Changes in directory llvm/tools/llvm-nm:
llvm-nm.cpp updated: 1.6 -> 1.7
---
Log message:
Put all LLVM code into the llvm namespace, as per bug 109.
---
Diffs of the changes: (+2 -0)
Index: llvm/tools/llvm-nm/llvm-nm.cpp
diff -u llvm/tools/llvm-nm/llvm-nm.cpp:1.6 llvm/tools/llvm-nm/llvm-nm.cpp:1.7
--- llvm/tools/llvm-nm/llvm-nm.cpp:1.6 Tue Oct 28 13:08:15 2003
+++ llvm/tools/llvm-nm/llvm-nm.cpp Tue Nov 11 16:41:34 2003
@@ -21,6 +21,8 @@
#include "Support/CommandLine.h"
#include <cctype>
+using namespace llvm;
+
namespace {
enum OutputFormatTy { bsd, sysv, posix };
cl::opt<OutputFormatTy>
More information about the llvm-commits
mailing list