[PATCH] D126725: [pseudo] rename pseudo-gen -> clang-pseudo-gen. NFC
Haojian Wu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 1 00:31:47 PDT 2022
hokein accepted this revision.
hokein added inline comments.
This revision is now accepted and ready to land.
================
Comment at: llvm/utils/gn/secondary/clang-tools-extra/pseudo/gen/BUILD.gn:1
-executable("pseudo-gen") {
+executable("clang-pseudo-gen") {
configs += [ "//llvm/utils/gn/build:clang_code" ]
----------------
I was skeptical there should be an additional change in the gn build (building the inc file), but it looks like the gn file is incomplete, the `cxx` doesn't compile in gn build, there is a [fixme](https://github.com/llvm/llvm-project/blob/main/llvm/utils/gn/secondary/clang-tools-extra/pseudo/cxx/BUILD.gn#L2), I think it is ok.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D126725/new/
https://reviews.llvm.org/D126725
More information about the cfe-commits
mailing list