repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[LLVM][IR] Use splat syntax when printing ConstantExpr based splats. (#116856)
[llvm-project.git]
/
llvm
/
test
/
Other
/
spirv-sim
/
lit.local.cfg
blob
67a8d9196f588a441dffc68104d880f215985c54
1
spirv_sim_root = os.path.join(config.llvm_src_root, "utils", "spirv-sim")
2
config.substitutions.append(
3
(
4
"spirv-sim",
5
"'%s' %s"
6
% (config.python_executable, os.path.join(spirv_sim_root, "spirv-sim.py")),
7
)
8
)