Home
last modified time | relevance | path

Searched refs:JsonFile (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp2451 SString JsonFile = sys::path::parent_path(LinkerOutputFile); in wait() local
2452 sys::path::append(JsonFile, sys::path::stem(LinkerOutputFile) + "." + UID + in wait()
2454 if (!emitDistributorJson(JsonFile)) in wait()
2456 BCError + "failed to generate distributor JSON script: " + JsonFile, in wait()
2460 removeFile(JsonFile); in wait()
2465 Args.push_back(JsonFile); in wait()