Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/tools/clang-linker-wrapper/
H A DClangLinkerWrapper.cpp84 static std::atomic<bool> LTOError; variable
753 LTOError = true; in diagnosticHandler()
824 LTOError = false;
1029 if (LTOError) in linkBitcodeFiles()