(tool)
| 463 | # Some distributions ship with multiple clang versions so they add |
| 464 | # the version to the binaries, cope with that |
| 465 | def clang_tool_path(tool): |
| 466 | return llvm_tool_path_with_suffix(tool, config.CLANG_ADD_VERSION) |
| 467 | |
| 468 | |
| 469 | # In MINIMAL_RUNTIME mode, keep suffixes of generated files simple |
no test coverage detected