This is an archive of the discontinued LLVM Phabricator instance.

[compiler-rt] Add missing #else clause to fix the build on NetBSD.
ClosedPublic

Authored by fcambus on Mar 17 2023, 11:07 AM.

Details

Summary

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.

Diff Detail

Event Timeline

fcambus created this revision.Mar 17 2023, 11:07 AM
fcambus requested review of this revision.Mar 17 2023, 11:07 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 17 2023, 11:07 AM
Herald added a subscriber: Restricted Project. · View Herald Transcript
MaskRay accepted this revision.Mar 18 2023, 12:08 AM

Thanks!

This revision is now accepted and ready to land.Mar 18 2023, 12:08 AM
This revision was landed with ongoing or failed builds.Mar 19 2023, 1:47 AM
This revision was automatically updated to reflect the committed changes.