[PATCH] D93164: [AST] Add generator for source location introspection

Stephen Kelly via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 8 03:55:49 PST 2021


steveire added inline comments.


================
Comment at: clang/lib/Tooling/CMakeLists.txt:29-30
+if (NOT Python3_EXECUTABLE
+    OR WIN32
+    OR APPLE
+    OR GENERATOR_IS_MULTI_CONFIG
----------------
smeenai wrote:
> I'm looking at this commit in the context of https://bugs.llvm.org/show_bug.cgi?id=52106. Why do we not run the generator when targeting Windows or Apple platforms? Note that WIN32 and APPLE reflect the target platform, not the platform you're building on.
I was not able to make the change pass the LLVM CI system on those platforms.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D93164



More information about the llvm-commits mailing list