Searched refs:LockFilePath (Results 1 – 1 of 1) sorted by relevance
1555 SmallString<128> LockFilePath; in run() local1556 sys::path::system_temp_directory(/*ErasedOnReboot=*/true, LockFilePath); in run()1557 sys::path::append(LockFilePath, "amdgpu-split-module-debug"); in run()1558 LLVM_DEBUG(dbgs() << DEBUG_TYPE " using lockfile '" << LockFilePath in run()1562 llvm::LockFileManager Lock(LockFilePath.str()); in run()