[all-commits] [llvm/llvm-project] f12b7d: [gn build] Add missing dependencies to clang/lib/B...
Nico Weber via All-commits
all-commits at lists.llvm.org
Mon Apr 19 07:31:59 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f12b7daaf194ecf28c4b17e29ea618a98e6c7dc7
https://github.com/llvm/llvm-project/commit/f12b7daaf194ecf28c4b17e29ea618a98e6c7dc7
Author: Nico Weber <thakis at chromium.org>
Date: 2021-04-19 (Mon, 19 Apr 2021)
Changed paths:
M llvm/utils/gn/secondary/clang/lib/Basic/BUILD.gn
Log Message:
-----------
[gn build] Add missing dependencies to clang/lib/Basic
These are needed when buildling `clang-format` in a clean build dir.
It's a bit unfortunate that clang's lib/Basic depends on these
random TableGen targets. In the CMake build, this is less visible
because I think all llvm-tblgen's complete before all compiles there
(not sure though).
More information about the All-commits
mailing list