llvm-project
fa6b7ec8 - [bazel] Replace strip_include_prefix in lldb with includes (#125293)

Commit
281 days ago
[bazel] Replace strip_include_prefix in lldb with includes (#125293) These both have the same result that the relevant include paths are propagated to all dependents, but includes is dedup'd where strip_include_prefix is not. So this reduces >100 include paths for all transitive dependents.
Author
Parents
Loading