You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using our own tablegen with depfile support. (#22554)
Experimenting with this. Currently we are incorrect at head: changes to
.td included by a target .td will not trigger rebuilds and build with
old cached copies. The bazel side handles this by explicitly specifying
deps but that doesn't quite work when lowered to cmake as LLVM's rules
do a bunch of silly stuff to prevent it. The proper solution is
available anyway, though: depfiles. Tablegen can produce them and they
give us perfect deps. So here's an attempt at using them.
0 commit comments