https://github.com/llvm/llvm-project/blob/llvmorg-19.1.0-rc1/cmake/Modules/LLVMVersion.cmake + https://github.com/llvm/llvm-project/blob/llvmorg-19.1.0-rc1/libc/CMakeLists.txt#L47 results in `#define LIBC_NAMESPACE __llvm_libc_19_1_0_-rc1` which is illegal _____ Side question: why `rc` suffixes contain hyphen while `git` suffix does not? https://github.com/llvm/llvm-project/blob/llvmorg-19.1.0-rc1/llvm/utils/release/bump-version.py#L30-L34