forked from OSchip/llvm-project
RemoveFileOnErrorSignal is now in the llvm::sys namespace. Adjust
accordingly. llvm-svn: 16093
This commit is contained in:
parent
74c3dc6927
commit
9b129bea2e
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue