[PATCH] D56095: [gn build] Add check-clang target and make it work

Nico Weber via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Dec 26 17:07:32 PST 2018


thakis marked an inline comment as done.
thakis added inline comments.


================
Comment at: llvm/utils/gn/secondary/clang/test/BUILD.gn:23
+
+      "LIT_SITE_CFG_IN_HEADER=## Autogenerated from ${sources[0]}, do not edit",
+      "CLANG_BINARY_DIR=" +
----------------
As you can see, this doesn't have all that much in common with llvm/utils/gn/secondary/lld/test/BUILD.gn – it has _some_ stuff in common, but there's also quite a few things different.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D56095/new/

https://reviews.llvm.org/D56095





More information about the cfe-commits mailing list