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 74c3dc6927
commit 9b129bea2e
1 changed files with 1 additions and 1 deletions

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 {