[compiler-rt] Add missing #else clause to fix the build on NetBSD.
authorFrederic Cambus <fred@statdns.com>
Sun, 19 Mar 2023 08:44:55 +0000 (09:44 +0100)
committerFrederic Cambus <fred@statdns.com>
Sun, 19 Mar 2023 08:46:45 +0000 (09:46 +0100)
commit8510cf9fc1a431b70737b2b046007d318c62b7a8
treeef931b0ef1470ff9b964243a86cab6dbd749b025
parent9d042ed1a4f4eaf99eb8d349e5c489a60afb7e50
[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
compiler-rt/lib/sanitizer_common/sanitizer_linux_libcdep.cpp