Searched refs:ToolSubst (Results 1 – 16 of 16) sorted by relevance
/external/llvm-project/mlir/test/ |
D | lit.cfg.py | 13 from lit.llvm.subst import ToolSubst 68 ToolSubst('%PYTHON', config.python_executable, unresolved='ignore'), 69 ToolSubst('toy-ch1', unresolved='ignore'), 70 ToolSubst('toy-ch2', unresolved='ignore'), 71 ToolSubst('toy-ch3', unresolved='ignore'), 72 ToolSubst('toy-ch4', unresolved='ignore'), 73 ToolSubst('toy-ch5', unresolved='ignore'), 74 ToolSubst('%cuda_wrapper_library_dir', config.cuda_wrapper_library_dir, unresolved='ignore'), 75 ToolSubst('%linalg_test_lib_dir', config.linalg_test_lib_dir, unresolved='ignore'), 76 ToolSubst('%mlir_runner_utils_dir', config.mlir_runner_utils_dir, unresolved='ignore'), [all …]
|
/external/llvm-project/llvm/test/ |
D | lit.cfg.py | 15 from lit.llvm.subst import ToolSubst 137 ToolSubst('%lli', FindTool('lli'), post='.', extra_args=lli_args), 138 ToolSubst('%llc_dwarf', FindTool('llc'), extra_args=llc_args), 139 ToolSubst('%go', config.go_executable, unresolved='ignore'), 140 ToolSubst('%gold', config.gold_executable, unresolved='ignore'), 141 ToolSubst('%ld64', ld64_cmd, unresolved='ignore'), 142 ToolSubst('%ocamlc', ocamlc_command, unresolved='ignore'), 143 ToolSubst('%ocamlopt', ocamlopt_command, unresolved='ignore'), 144 ToolSubst('%opt-viewer', opt_viewer_cmd), 145 ToolSubst('%llvm-objcopy', FindTool('llvm-objcopy')), [all …]
|
/external/llvm-project/lldb/test/Shell/helper/ |
D | toolchain.py | 10 from lit.llvm.subst import ToolSubst 49 ToolSubst('%lldb', 53 ToolSubst('%lldb-init', 57 ToolSubst('%lldb-server', 61 ToolSubst('%debugserver', 65 ToolSubst('%platformserver', 72 ToolSubst('%build', 104 ToolSubst('%msvc_cl', command=cl, extra_args=compiler_flags), 105 ToolSubst('%msvc_link', command=link, extra_args=linker_flags)] 169 ToolSubst( [all …]
|
/external/llvm-project/debuginfo-tests/ |
D | lit.cfg.py | 14 from lit.llvm.subst import ToolSubst 45 ToolSubst('%test_debuginfo', command=os.path.join( 47 ToolSubst("%llvm_src_root", config.llvm_src_root), 48 ToolSubst("%llvm_tools_dir", config.llvm_tools_dir), 73 tools.append(ToolSubst('%cdb', '"%s"' % os.path.join(win_sdk, 'Debuggers', 108 tools.append(ToolSubst('%dexter', dexter_test_cmd)) 113 tools.append(ToolSubst('%dexter_base', dexter_base_cmd)) 142 tools.append(ToolSubst('%dexter_regression_test', dexter_regression_test_command))
|
/external/tensorflow/tensorflow/compiler/mlir/ |
D | runlit.cfg.py | 25 from lit.llvm.subst import ToolSubst 50 ToolSubst('FileCheck.exe', unresolved='fatal'), 52 ToolSubst('count.exe', unresolved='fatal'), 53 ToolSubst('not.exe', unresolved='fatal')] 80 tools = [ToolSubst(s, unresolved='ignore') for s in tool_names]
|
/external/llvm-project/llvm/utils/lit/lit/llvm/ |
D | config.py | 9 from lit.llvm.subst import ToolSubst 284 tools = [x if isinstance(x, ToolSubst) else ToolSubst(x) 312 ToolSubst('FileCheck', unresolved='fatal'), 314 ToolSubst(r'\| \bcount\b', command=FindTool( 316 ToolSubst(r'\| \bnot\b', command=FindTool('not'), verbatim=True, unresolved='fatal')] 413 ToolSubst('%clang', command=self.config.clang, extra_args=additional_flags), 414 …ToolSubst('%clang_analyze_cc1', command='%clang_cc1', extra_args=['-analyze', '%analyze', '-setup-… 415 …ToolSubst('%clang_cc1', command=self.config.clang, extra_args=['-cc1', '-internal-isystem', builti… 416 …ToolSubst('%clang_cpp', command=self.config.clang, extra_args=['--driver-mode=cpp']+additional_fla… 417 …ToolSubst('%clang_cl', command=self.config.clang, extra_args=['--driver-mode=cl']+additional_flags… [all …]
|
D | subst.py | 33 class ToolSubst(object): class
|
/external/llvm-project/flang/test/ |
D | lit.cfg.py | 13 from lit.llvm.subst import ToolSubst 69 ToolSubst('%f18', command=FindTool('f18'), 75 tools.append(ToolSubst('%flang-new', command=FindTool('flang-new'), unresolved='fatal'))
|
/external/llvm-project/llvm/test/Transforms/ |
D | lit.local.cfg | 2 from lit.llvm.subst import ToolSubst 4 fc = ToolSubst('FileCheck', unresolved='fatal')
|
/external/llvm-project/llvm/test/Analysis/ |
D | lit.local.cfg | 2 from lit.llvm.subst import ToolSubst 4 fc = ToolSubst('FileCheck', unresolved='fatal')
|
/external/llvm-project/llvm/test/Transforms/Attributor/ |
D | lit.local.cfg | 2 from lit.llvm.subst import ToolSubst 4 fc = ToolSubst('FileCheck', unresolved='fatal')
|
/external/llvm-project/mlir/integration_test/ |
D | lit.cfg.py | 13 from lit.llvm.subst import ToolSubst 52 ToolSubst(
|
/external/tensorflow/tensorflow/compiler/mlir/hlo/tests/ |
D | lit.cfg.py | 26 from lit.llvm.subst import ToolSubst 76 ToolSubst(
|
/external/llvm-project/clang/test/ |
D | lit.cfg.py | 13 from lit.llvm.subst import ToolSubst 68 ToolSubst('%clang_extdef_map', command=FindTool(
|
/external/llvm-project/mlir/examples/standalone/test/ |
D | lit.cfg.py | 13 from lit.llvm.subst import ToolSubst
|
/external/llvm-project/lldb/test/Shell/ |
D | lit.cfg.py | 14 from lit.llvm.subst import ToolSubst
|