================ @@ -28,6 +28,15 @@ if(NOT DEFINED LLVM_VERSION_SUFFIX) set(LLVM_VERSION_SUFFIX git) endif() +# Export a few LLVM version identifiers for users who use LLVM as a subdir. ---------------- bjacob wrote: Done. https://github.com/llvm/llvm-project/pull/83346