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

accordingly.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16093 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Reid Spencer 2004-08-29 19:30:41 +00:00
parent 7c4c98d986
commit debb5f085a

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 {