mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-26 05:32:25 +00:00
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:
parent
7c4c98d986
commit
debb5f085a
@ -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
Block a user