[libcxx] [llvm] [RFC][libc++] Reworks clang-tidy selection. (PR #81362)

Louis Dionne via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 13 09:00:57 PST 2024


================
@@ -0,0 +1,15 @@
+# The LLVM Version number information
+
+if(NOT DEFINED LLVM_VERSION_MAJOR)
----------------
ldionne wrote:

I think this is worthwhile as its own change, and in particular we could probably derive `_LIBCPP_VERSION` from it, which would simplify the job of the release manager.

https://github.com/llvm/llvm-project/pull/81362


More information about the llvm-commits mailing list