This is an archive of the discontinued LLVM Phabricator instance.

[Sanitizers] Test including rpc/xdr.h requires sunrpc
ClosedPublic

Authored by sberg on Jul 28 2020, 3:35 AM.

Details

Summary

...which is set based on HAVE_RPC_XDR_H. At least Fedora 32 does not have a /usr/include/rpc/xdr.h, so failed this test introduced with https://reviews.llvm.org/D83358 "[Sanitizers] Add interceptor for xdrrec_create".

Diff Detail

Event Timeline

sberg created this revision.Jul 28 2020, 3:35 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 28 2020, 3:35 AM
Herald added a subscriber: Restricted Project. · View Herald Transcript
sberg requested review of this revision.Jul 28 2020, 4:19 AM
sberg edited subscribers, added: llvm-commits; removed: Restricted Project.Jul 28 2020, 5:03 AM
guiand accepted this revision.Jul 28 2020, 9:17 AM

LGTM. Thanks!

This revision is now accepted and ready to land.Jul 28 2020, 9:17 AM
eugenis accepted this revision.Jul 28 2020, 12:45 PM
eugenis added a subscriber: eugenis.

LGTM

This revision was automatically updated to reflect the committed changes.