[all-commits] [llvm/llvm-project] 8510cf: [compiler-rt] Add missing #else clause to fix the ...
Frederic Cambus via All-commits
all-commits at lists.llvm.org
Sun Mar 19 01:47:11 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8510cf9fc1a431b70737b2b046007d318c62b7a8
https://github.com/llvm/llvm-project/commit/8510cf9fc1a431b70737b2b046007d318c62b7a8
Author: Frederic Cambus <fred at statdns.com>
Date: 2023-03-19 (Sun, 19 Mar 2023)
Changed paths:
M compiler-rt/lib/sanitizer_common/sanitizer_linux_libcdep.cpp
Log Message:
-----------
[compiler-rt] Add missing #else clause to fix the build on NetBSD.
An #elif SANITIZER_SOLARIS clause was removed in D120048, but it also
removed the #else clause for the error fallback, causing the build to
fail on NetBSD.
Differential Revision: https://reviews.llvm.org/D146316
More information about the All-commits
mailing list