diff options
author | Nico Weber <thakis@chromium.org> | 2022-10-14 15:02:05 -0400 |
---|---|---|
committer | Nico Weber <thakis@chromium.org> | 2022-10-14 15:03:41 -0400 |
commit | a191fc8fc6d51e682e6ac0544a0f2a25286b22e4 (patch) | |
tree | a2e11c3442bc4964bdabc01b2215b96ce07c5203 /flang/lib/Frontend/CompilerInvocation.cpp | |
parent | 7f4ce3f1ebf6601b476aed901dd6ada3d402d210 (diff) | |
download | llvm-a191fc8fc6d51e682e6ac0544a0f2a25286b22e4.zip llvm-a191fc8fc6d51e682e6ac0544a0f2a25286b22e4.tar.gz llvm-a191fc8fc6d51e682e6ac0544a0f2a25286b22e4.tar.bz2 |
[gn build] Remove unused tablegen.gni imports
Found via
for f in $(rg -l tablegen.gni llvm/utils/gn); do
if ! rg -q 'tablegen\(' $f; then
echo $f
fi
done
after seeing it randomly in one of the files.
Diffstat (limited to 'flang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions