This is an archive of the discontinued LLVM Phabricator instance.

Move internal_uname to #if SANITIZER_LINUX scope.
ClosedPublic

Authored by marxin on May 30 2020, 1:15 AM.

Details

Summary

Remove it from target-specific scope which corresponds
to sanitizer_linux.cpp where it lives in the same macro
scope.

It's a correction of:
https://reviews.llvm.org/D76776

Diff Detail

Event Timeline

marxin created this revision.May 30 2020, 1:15 AM

It fixes multilib build in GCC on ppc64 after libsanitizer merge.

eugenis accepted this revision.Jun 1 2020, 11:40 AM

LGTM

This revision is now accepted and ready to land.Jun 1 2020, 11:40 AM