debug-jit-path
=================================================================== Gbp-Pq: Name debug-jit-path.diff
This commit is contained in:
parent
c36443c845
commit
0869eea397
|
@ -300,8 +300,8 @@ bool PerfJITEventListener::InitDebuggingDir() {
|
|||
// search for location to dump data to
|
||||
if (const char *BaseDir = getenv("JITDUMPDIR"))
|
||||
Path.append(BaseDir);
|
||||
else if (!sys::path::home_directory(Path))
|
||||
Path = ".";
|
||||
else
|
||||
sys::path::system_temp_directory(/*ErasedOnReboot*/ true, Path);
|
||||
|
||||
// create debug directory
|
||||
Path += "/.debug/jit/";
|
||||
|
|
Loading…
Reference in New Issue