[llvm-commits] CVS: llvm/lib/Support/Signals.cpp

Chris Lattner lattner at cs.uiuc.edu
Thu May 27 00:35:03 PDT 2004


Changes in directory llvm/lib/Support:

Signals.cpp updated: 1.17 -> 1.18

---
Log message:

Signals.h header moved.  Eventually this should move into a lib/System library,
but not right now.


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

Index: llvm/lib/Support/Signals.cpp
diff -u llvm/lib/Support/Signals.cpp:1.17 llvm/lib/Support/Signals.cpp:1.18
--- llvm/lib/Support/Signals.cpp:1.17	Sat Feb 21 15:51:41 2004
+++ llvm/lib/Support/Signals.cpp	Thu May 27 00:31:24 2004
@@ -12,7 +12,7 @@
 //
 //===----------------------------------------------------------------------===//
 
-#include "Support/Signals.h"
+#include "llvm/System/Signals.h"
 #include <vector>
 #include <algorithm>
 #include <cstdlib>





More information about the llvm-commits mailing list