This is an archive of the discontinued LLVM Phabricator instance.

Disable getauxval for Go
ClosedPublic

Authored by randall77 on Jul 29 2020, 8:49 AM.

Details

Summary

We want the Go build to not use getauxval, as we must support glibc < 2.16 platforms.

Diff Detail

Event Timeline

randall77 created this revision.Jul 29 2020, 8:49 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 29 2020, 8:49 AM
Herald added a subscriber: Restricted Project. · View Herald Transcript
randall77 requested review of this revision.Jul 29 2020, 8:49 AM

Formatting changes

dvyukov accepted this revision.Jul 30 2020, 12:15 PM
This revision is now accepted and ready to land.Jul 30 2020, 12:15 PM

Add linewrap backslash

This revision was automatically updated to reflect the committed changes.