[PATCH] D126349: [TableGen] Remove code beads
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 27 02:01:09 PDT 2022
RKSimon added inline comments.
================
Comment at: llvm/utils/gn/secondary/llvm/utils/TableGen/BUILD.gn:15
"CallingConvEmitter.cpp",
- "CodeBeadsGen.cpp",
"CodeEmitterGen.cpp",
----------------
0x59616e wrote:
> myhsu wrote:
> > Thanks for taking care GN as well!
> I did some google, and realize that gn is a build system that can generate ninja build files.
>
> Why do we have this, given that cmake can do the same thing ?
Its used by some teams - the agreement was that it could be in the repo as long as everyone else doesn't have to worry about it :) Often you'll see auto? updates to the gn files after the equivalent cmakelists.txt file has been updated.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D126349/new/
https://reviews.llvm.org/D126349
More information about the llvm-commits
mailing list