From 46d254cf2d3ae1abca6e400dd9c5478a465756e1 Mon Sep 17 00:00:00 2001 From: LLVM Packaging Team Date: Thu, 16 Dec 2021 16:49:22 +0000 Subject: [PATCH] debug-jit-path =================================================================== Gbp-Pq: Name debug-jit-path.diff --- .../ExecutionEngine/PerfJITEvents/PerfJITEventListener.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/llvm/lib/ExecutionEngine/PerfJITEvents/PerfJITEventListener.cpp b/llvm/lib/ExecutionEngine/PerfJITEvents/PerfJITEventListener.cpp index d4c715cc59..41dc31f8f9 100644 --- a/llvm/lib/ExecutionEngine/PerfJITEvents/PerfJITEventListener.cpp +++ b/llvm/lib/ExecutionEngine/PerfJITEvents/PerfJITEventListener.cpp @@ -301,8 +301,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/"; -- 2.30.2