diff options
| author | Brendan Dahl <brendan.dahl@gmail.com> | 2026-02-03 16:43:03 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-03 16:43:03 -0800 |
| commit | 28d0208573553b80759994d5abc56821a08ad9fa (patch) | |
| tree | e4b034d757dd8d546ac4e6b68f86cd403af9d3f4 /lldb/source/Plugins/Process/Utility | |
| parent | 1ffe78811e4a502f5ac8a57d4931e3e3b80aaf96 (diff) | |
| download | llvm-main.zip llvm-main.tar.gz llvm-main.tar.bz2 | |
In the dependency tracking for TableGen-generated files, globbing was
previously limited to the root of include directories. This missed
transitive dependencies in subdirectories, such as the target-specific
intrinsic definitions located in llvm/IR/.
Modifying these untracked files could cause global state (like the
intrinsic enum) to shift without triggering a rebuild of downstream
instruction selectors. This resulted in "Cannot select: intrinsic"
errors during incremental builds. Using a recursive glob ensures all
relevant TableGen files are correctly tracked regardless of their
directory depth.
Fixes #156744
Diffstat (limited to 'lldb/source/Plugins/Process/Utility')
0 files changed, 0 insertions, 0 deletions
