[all-commits] [llvm/llvm-project] aeeefe: [bazel] Move MC header usage from Support to tblgen
Reid Kleckner via All-commits
all-commits at lists.llvm.org
Thu Oct 14 13:53:43 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: aeeefe97c686dd51e2614d2a3e4214701c57371b
https://github.com/llvm/llvm-project/commit/aeeefe97c686dd51e2614d2a3e4214701c57371b
Author: Reid Kleckner <rnk at google.com>
Date: 2021-10-14 (Thu, 14 Oct 2021)
Changed paths:
M utils/bazel/llvm-project-overlay/llvm/BUILD.bazel
Log Message:
-----------
[bazel] Move MC header usage from Support to tblgen
After the TargetRegistry.h move, nothing in Support includes headers
from MC. However, files in tablegen use MC headers, so we must add an
entry for them in tblgen srcs.
Differential Revision: https://reviews.llvm.org/D111835
More information about the All-commits
mailing list