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

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



Changes in directory llvm/tools/llvm-ar:

llvm-ar.cpp updated: 1.22 -> 1.23
---
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-ar/llvm-ar.cpp
diff -u llvm/tools/llvm-ar/llvm-ar.cpp:1.22 llvm/tools/llvm-ar/llvm-ar.cpp:1.23
--- llvm/tools/llvm-ar/llvm-ar.cpp:1.22	Fri Dec 10 18:14:15 2004
+++ llvm/tools/llvm-ar/llvm-ar.cpp	Tue Dec 14 19:53:50 2004
@@ -16,7 +16,6 @@
 #include "llvm/Bytecode/Archive.h"
 #include "llvm/Support/CommandLine.h"
 #include "llvm/Support/Compressor.h"
-#include "llvm/Support/FileUtilities.h"
 #include "llvm/System/Signals.h"
 #include <iostream>
 #include <algorithm>






More information about the llvm-commits mailing list