Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions llvm/utils/lit/lit/llvm/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,6 @@ def use_llvm_tool(
name,
search_env=None,
required=False,
quiet=False,
search_paths=None,
use_installed=False,
):
Expand Down Expand Up @@ -565,8 +564,7 @@ def use_llvm_tool(
self.lit_config.params.get("use_normalized_slashes")
):
tool = tool.replace("\\", "/")
if not quiet:
self.lit_config.note("using {}: {}".format(name, tool))
self.lit_config.dbg("using {}: {}".format(name, tool))
return tool

def _get_clang_paths(self, additional_tool_dirs):
Expand Down
Loading