(tool)
| 457 | # Some distributions ship with multiple llvm versions so they add |
| 458 | # the version to the binaries, cope with that |
| 459 | def llvm_tool_path(tool): |
| 460 | return llvm_tool_path_with_suffix(tool, config.LLVM_ADD_VERSION) |
| 461 | |
| 462 | |
| 463 | # Some distributions ship with multiple clang versions so they add |
no test coverage detected