[all-commits] [llvm/llvm-project] fa6b7e: [bazel] Replace strip_include_prefix in lldb with ...
Keith Smiley via All-commits
all-commits at lists.llvm.org
Fri Jan 31 13:16:53 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fa6b7ec894d8ff2de39cef73acdcede8dae6f38c
https://github.com/llvm/llvm-project/commit/fa6b7ec894d8ff2de39cef73acdcede8dae6f38c
Author: Keith Smiley <keithbsmiley at gmail.com>
Date: 2025-01-31 (Fri, 31 Jan 2025)
Changed paths:
M utils/bazel/llvm-project-overlay/lldb/BUILD.bazel
M utils/bazel/llvm-project-overlay/lldb/source/Plugins/BUILD.bazel
Log Message:
-----------
[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.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list