1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

RemoveFileOnErrorSignal is now in the llvm::sys namespace. Adjust

accordingly.

llvm-svn: 16093
This commit is contained in:
Reid Spencer 2004-08-29 19:30:41 +00:00
parent e044a2172e
commit 7ddb3950e4

View File

@ -426,7 +426,7 @@ int main(int argc, char **argv) {
}
// Make sure the file gets removed if *gasp* tablegen crashes...
RemoveFileOnSignal(OutputFilename);
sys::RemoveFileOnSignal(OutputFilename);
}
try {