Don't wipe out global variables that are probably storing pointers to heap
[oota-llvm.git] / lib / Support / ToolOutputFile.cpp
index 5b5ee6610a02d2d38fce8114d5fb335fa772567f..e7ca927ea5372e17ea4a3dbfe414d148bdec2102 100644 (file)
@@ -12,7 +12,7 @@
 //===----------------------------------------------------------------------===//
 
 #include "llvm/Support/ToolOutputFile.h"
-#include "llvm/System/Signals.h"
+#include "llvm/Support/Signals.h"
 using namespace llvm;
 
 tool_output_file::CleanupInstaller::CleanupInstaller(const char *filename)