[all-commits] [llvm/llvm-project] 3f2dbc: [Bazel] Rework `//llvm:llvm-tblgen` and `//llvm/un...
NAKAMURA Takumi via All-commits
all-commits at lists.llvm.org
Thu Mar 23 06:14:54 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3f2dbcc27dfaa7ab53a0318f2fc732f5ce144222
https://github.com/llvm/llvm-project/commit/3f2dbcc27dfaa7ab53a0318f2fc732f5ce144222
Author: NAKAMURA Takumi <geek4civic at gmail.com>
Date: 2023-03-23 (Thu, 23 Mar 2023)
Changed paths:
M utils/bazel/llvm-project-overlay/llvm/BUILD.bazel
M utils/bazel/llvm-project-overlay/llvm/unittests/BUILD.bazel
Log Message:
-----------
[Bazel] Rework `//llvm:llvm-tblgen` and `//llvm/unittests:tablegen_tests`
`llvm/utils/TableGen/GlobalISel` should be exported.
FYI, after D144351,`tablegen_tests` behaved same
as `llvm-tblgen -print-records`.
It suceeded because stdin is `/dev/null`.
More information about the All-commits
mailing list