This is an archive of the discontinued LLVM Phabricator instance.

[LSAN] Attempt to fix the ppc64 build by excluding unsupported test
ClosedPublic

Authored by kstoimenov on Jan 25 2023, 9:02 AM.

Diff Detail

Event Timeline

kstoimenov created this revision.Jan 25 2023, 9:02 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 25 2023, 9:02 AM
Herald added a subscriber: Enna1. · View Herald Transcript
kstoimenov requested review of this revision.Jan 25 2023, 9:02 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 25 2023, 9:02 AM
Herald added a subscriber: Restricted Project. · View Herald Transcript
kstoimenov retitled this revision from [LSAN] Attempt to fix the build by excluding unsupported test to [LSAN] Attempt to fix the ppc64 build by excluding unsupported test.Jan 25 2023, 9:03 AM
kstoimenov accepted this revision.Jan 25 2023, 9:03 AM
This revision is now accepted and ready to land.Jan 25 2023, 9:03 AM
This revision was landed with ongoing or failed builds.Jan 25 2023, 9:06 AM
This revision was automatically updated to reflect the committed changes.

Do you know why PPC is not supported?

Do you know why PPC is not supported?

From the error it looks like the signal doesn't happen and we exit with leak detection. My guess is that somehow mprotect doesn't cause a crash on PPC, but it does on x86.