Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/tools/lld/
H A Dlld.cpp50 extern bool inTestOutputDisabled;
107 inTestOutputDisabled = (i != 1);
/freebsd/contrib/llvm-project/lld/Common/
H A DDriverDispatcher.cpp154 bool inTestOutputDisabled = false; variable
164 int r = !d(argsV, stdoutOS, stderrOS, exitEarly, inTestOutputDisabled); in unsafeLldMain()