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

Reid Spencer reid at x10sys.com
Tue Dec 14 17:54:01 PST 2004



Changes in directory llvm/tools/llvm-nm:

llvm-nm.cpp updated: 1.20 -> 1.21
---
Log message:

For PR351: http://llvm.cs.uiuc.edu/PR351 :
Remove #inclusion of Support/FileUtilities.h which isn't needed any more.


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

Index: llvm/tools/llvm-nm/llvm-nm.cpp
diff -u llvm/tools/llvm-nm/llvm-nm.cpp:1.20 llvm/tools/llvm-nm/llvm-nm.cpp:1.21
--- llvm/tools/llvm-nm/llvm-nm.cpp:1.20	Sun Dec 12 21:01:26 2004
+++ llvm/tools/llvm-nm/llvm-nm.cpp	Tue Dec 14 19:53:50 2004
@@ -20,7 +20,6 @@
 #include "llvm/Bytecode/Reader.h"
 #include "llvm/Bytecode/Archive.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