[PATCH] D112399: Get Bazel building `//clang` on Windows with clang-cl.
Geoffrey Martin-Noble via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 28 15:22:23 PDT 2021
GMNGeoffrey added inline comments.
================
Comment at: utils/bazel/llvm-project-overlay/clang/include/clang/Config/config.h:81
/* The LLVM product name and version */
#define BACKEND_PACKAGE_STRING "LLVM 12.0.0git"
----------------
rnk wrote:
> Unrelated to your change, but is this stale?
Yes and we don't currently have a good way to keep it up to date. The overall problem of how to make sure we keep up to date with CMake configure knobs is unsolved. I wonder if we could run CMake in some limited capacity, but that's a whole can of worms...
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112399/new/
https://reviews.llvm.org/D112399
More information about the cfe-commits
mailing list