mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
Fix PR6826: GraphWriter delete the generated file before "dotty" load it,
patch by 'ether'. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101116 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b123b8bee0
commit
7c57b7b808
@ -166,7 +166,8 @@ void llvm::DisplayGraph(const sys::Path &Filename, bool wait,
|
||||
errs() << "Error viewing graph " << Filename.str() << ": "
|
||||
<< ErrMsg << "\n";
|
||||
} else {
|
||||
#ifdef __MINGW32__ // Dotty spawns another app and doesn't wait until it returns
|
||||
// Dotty spawns another app and doesn't wait until it returns
|
||||
#if defined (__MINGW32__) || defined (_WINDOWS)
|
||||
return;
|
||||
#endif
|
||||
Filename.eraseFromDisk();
|
||||
|
Loading…
Reference in New Issue
Block a user