Searched refs:ShUtil (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/utils/lit/lit/ |
| H A D | ShCommands.py | 27 import ShUtil 28 dequoted = list(ShUtil.ShLexer(quoted).lex())
|
| H A D | TestRunner.py | 22 import lit.ShUtil as ShUtil namespace 615 if isinstance(cmd, ShUtil.Seq): 639 assert isinstance(cmd, ShUtil.Pipeline) 934 cmds.append(ShUtil.ShParser(ln, litConfig.isWindows, 941 cmd = ShUtil.Seq(cmd, '&&', c)
|
| /llvm-project-15.0.7/llvm/utils/lit/tests/unit/ |
| H A D | ShUtil.py | 5 from lit.ShUtil import Command, Pipeline, Seq, ShLexer, ShParser
|