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

Chris Lattner lattner at cs.uiuc.edu
Thu May 27 00:48:17 PDT 2004


Changes in directory llvm/tools/llvm-ar:

llvm-ar.cpp updated: 1.11 -> 1.12

---
Log message:

Header file moved


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

Index: llvm/tools/llvm-ar/llvm-ar.cpp
diff -u llvm/tools/llvm-ar/llvm-ar.cpp:1.11 llvm/tools/llvm-ar/llvm-ar.cpp:1.12
--- llvm/tools/llvm-ar/llvm-ar.cpp:1.11	Thu Feb 19 14:32:12 2004
+++ llvm/tools/llvm-ar/llvm-ar.cpp	Thu May 27 00:38:45 2004
@@ -15,7 +15,7 @@
 #include "llvm/Bytecode/Reader.h"
 #include "Support/CommandLine.h"
 #include "Support/FileUtilities.h"
-#include "Support/Signals.h"
+#include "llvm/System/Signals.h"
 #include <string>
 #include <fstream>
 #include <cstdio>





More information about the llvm-commits mailing list