llvm-project
dbac5827
- [LLDB] Fix tool dependency tracking on windows (#215927)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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.
References
#215927 - [LLDB] Fix tool dependency tracking on windows
Author
adrian-prantl
Parents
03e81eab
Loading