[compiler-rt] [NFC][sanitizer] Make `GetLibcVersion` `void` (PR #108915)

Brooks Davis via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 20 04:35:39 PDT 2024


brooksdavis wrote:

This broke FreeBSD builds. The definition of major, minor, and patch is guarded by SANITIZER_GLIBC, but the use is not.

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


More information about the llvm-commits mailing list