[llvm-commits] CVS: llvm/utils/TableGen/TableGen.cpp
Reid Spencer
reid at x10sys.com
Sun Aug 29 12:30:51 PDT 2004
Changes in directory llvm/utils/TableGen:
TableGen.cpp updated: 1.32 -> 1.33
---
Log message:
RemoveFileOnErrorSignal is now in the llvm::sys namespace. Adjust
accordingly.
---
Diffs of the changes: (+1 -1)
Index: llvm/utils/TableGen/TableGen.cpp
diff -u llvm/utils/TableGen/TableGen.cpp:1.32 llvm/utils/TableGen/TableGen.cpp:1.33
--- llvm/utils/TableGen/TableGen.cpp:1.32 Sun Aug 1 00:59:33 2004
+++ llvm/utils/TableGen/TableGen.cpp Sun Aug 29 14:30:41 2004
@@ -426,7 +426,7 @@
}
// Make sure the file gets removed if *gasp* tablegen crashes...
- RemoveFileOnSignal(OutputFilename);
+ sys::RemoveFileOnSignal(OutputFilename);
}
try {
More information about the llvm-commits
mailing list