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

Chris Lattner lattner at cs.uiuc.edu
Thu May 27 00:43:01 PDT 2004


Changes in directory llvm/tools/llvm-nm:

llvm-nm.cpp updated: 1.13 -> 1.14

---
Log message:

Header file moved


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

Index: llvm/tools/llvm-nm/llvm-nm.cpp
diff -u llvm/tools/llvm-nm/llvm-nm.cpp:1.13 llvm/tools/llvm-nm/llvm-nm.cpp:1.14
--- llvm/tools/llvm-nm/llvm-nm.cpp:1.13	Wed Apr 21 11:11:40 2004
+++ llvm/tools/llvm-nm/llvm-nm.cpp	Thu May 27 00:39:25 2004
@@ -20,7 +20,7 @@
 #include "llvm/Bytecode/Reader.h"
 #include "Support/CommandLine.h"
 #include "Support/FileUtilities.h"
-#include "Support/Signals.h"
+#include "llvm/System/Signals.h"
 #include <cctype>
 #include <cerrno>
 #include <cstring>





More information about the llvm-commits mailing list