Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/lit/lit/
H A DLitConfig.py25 noExecute, debug, isWindows, order, argument
40 self.isWindows = bool(isWindows)
136 if self.isWindows and self.bashPath:
173 if self.isWindows:
H A DLitTestCase.py54 isWindows=windows,
H A DTestRunner.py934 cmds.append(ShUtil.ShParser(ln, litConfig.isWindows,
991 if litConfig.isWindows and result.exitCode < 0:
1005 isWin32CMDEXE = (litConfig.isWindows and not bashPath)
1013 if litConfig.isWindows and not isWin32CMDEXE:
H A Dmain.py39 isWindows=is_windows,
/llvm-project-15.0.7/llvm/utils/vscode/llvm/src/
H A DlitTaskProvider.ts18 const isWindows = process.platform === 'win32'; constant
19 if (isWindows) {
/llvm-project-15.0.7/llvm/utils/lit/tests/unit/
H A DTestRunner.py35 isWindows=(
/llvm-project-15.0.7/libcxx/utils/libcxx/test/
H A Ddsl.py89 isWindows=platform.system() == 'Windows',
/llvm-project-15.0.7/libcxx/test/libcxx/selftest/dsl/
H A Ddsl.sh.py62 isWindows=platform.system() == 'Windows',