Searched refs:isWindows (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/llvm/utils/lit/lit/ |
| H A D | LitConfig.py | 25 noExecute, debug, isWindows, order, argument 40 self.isWindows = bool(isWindows) 136 if self.isWindows and self.bashPath: 173 if self.isWindows:
|
| H A D | LitTestCase.py | 54 isWindows=windows,
|
| H A D | TestRunner.py | 934 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 D | main.py | 39 isWindows=is_windows,
|
| /llvm-project-15.0.7/llvm/utils/vscode/llvm/src/ |
| H A D | litTaskProvider.ts | 18 const isWindows = process.platform === 'win32'; constant 19 if (isWindows) {
|
| /llvm-project-15.0.7/llvm/utils/lit/tests/unit/ |
| H A D | TestRunner.py | 35 isWindows=(
|
| /llvm-project-15.0.7/libcxx/utils/libcxx/test/ |
| H A D | dsl.py | 89 isWindows=platform.system() == 'Windows',
|
| /llvm-project-15.0.7/libcxx/test/libcxx/selftest/dsl/ |
| H A D | dsl.sh.py | 62 isWindows=platform.system() == 'Windows',
|