llvm-project
dbac5827 - [LLDB] Fix tool dependency tracking on windows (#215927)

Commit
12 hours ago
[LLDB] Fix tool dependency tracking on windows (#215927) On Windows $(CXX) is converted into "$(CXX)" which doesn't work as a path as needed by dependency tracking. Separate the two uses.
Author
Parents
Loading