================
@@ -168,6 +168,10 @@ ifeq "$(HOST_OS)" "Windows_NT"
        override CXX := $(QUOTE)$(CXX)$(QUOTE)
 endif
 
+# Dependency tracking for build tools:
+#   Add $(call tool_prereq $(CC)) as a dependency of every rule that uses 
$(CC).
----------------
JDevlieghere wrote:

```suggestion
# Dependency tracking for build tools.
# Add $(call tool_prereq $(Foo)) as a dependency of every rule that uses $(Foo).
```

https://github.com/llvm/llvm-project/pull/215701
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to