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

Reid Spencer reid at x10sys.com
Wed Sep 1 15:55:58 PDT 2004



Changes in directory llvm/tools/llvm-nm:

llvm-nm.cpp updated: 1.17 -> 1.18
---
Log message:

Changes For Bug 352: http://llvm.cs.uiuc.edu/PR352 
Move include/Config and include/Support into include/llvm/Config,
include/llvm/ADT and include/llvm/Support. From here on out, all LLVM 
public header files must be under include/llvm/.


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

Index: llvm/tools/llvm-nm/llvm-nm.cpp
diff -u llvm/tools/llvm-nm/llvm-nm.cpp:1.17 llvm/tools/llvm-nm/llvm-nm.cpp:1.18
--- llvm/tools/llvm-nm/llvm-nm.cpp:1.17	Sun Aug 29 14:28:55 2004
+++ llvm/tools/llvm-nm/llvm-nm.cpp	Wed Sep  1 17:55:37 2004
@@ -18,8 +18,8 @@
 
 #include "llvm/Module.h"
 #include "llvm/Bytecode/Reader.h"
-#include "Support/CommandLine.h"
-#include "Support/FileUtilities.h"
+#include "llvm/Support/CommandLine.h"
+#include "llvm/Support/FileUtilities.h"
 #include "llvm/System/Signals.h"
 #include <cctype>
 #include <cerrno>






More information about the llvm-commits mailing list