[llvm-commits] CVS: llvm/tools/gccld/Linker.cpp gccld.cpp

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


Changes in directory llvm/tools/gccld:

Linker.cpp updated: 1.24 -> 1.25
gccld.cpp updated: 1.71 -> 1.72

---
Log message:

Header file moved


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

Index: llvm/tools/gccld/Linker.cpp
diff -u llvm/tools/gccld/Linker.cpp:1.24 llvm/tools/gccld/Linker.cpp:1.25
--- llvm/tools/gccld/Linker.cpp:1.24	Thu Apr 15 10:23:45 2004
+++ llvm/tools/gccld/Linker.cpp	Thu May 27 00:39:32 2004
@@ -24,7 +24,7 @@
 #include "Config/config.h"
 #include "Support/CommandLine.h"
 #include "Support/FileUtilities.h"
-#include "Support/Signals.h"
+#include "llvm/System/Signals.h"
 #include "Support/SystemUtils.h"
 #include <algorithm>
 #include <fstream>


Index: llvm/tools/gccld/gccld.cpp
diff -u llvm/tools/gccld/gccld.cpp:1.71 llvm/tools/gccld/gccld.cpp:1.72
--- llvm/tools/gccld/gccld.cpp:1.71	Fri May  7 16:47:36 2004
+++ llvm/tools/gccld/gccld.cpp	Thu May 27 00:39:32 2004
@@ -31,7 +31,7 @@
 #include "llvm/Transforms/Utils/Linker.h"
 #include "Support/CommandLine.h"
 #include "Support/FileUtilities.h"
-#include "Support/Signals.h"
+#include "llvm/System/Signals.h"
 #include "Support/SystemUtils.h"
 #include <fstream>
 #include <memory>





More information about the llvm-commits mailing list