This is an archive of the discontinued LLVM Phabricator instance.

[msan] Hotfix clang/test/CodeGen/sanitize-memory-disable.c
ClosedPublic

Authored by glider on Aug 20 2021, 6:53 AM.

Details

Summary

Because KMSAN is not supported on many architectures, explicitly build
the test with -target x86_64-linux-gnu.

Diff Detail

Event Timeline

glider created this revision.Aug 20 2021, 6:53 AM
glider requested review of this revision.Aug 20 2021, 6:53 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 20 2021, 6:53 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
melver accepted this revision.Aug 20 2021, 6:55 AM

Who reported the issue? Might be worth mentioning in commit message, otherwise it appears to come out of nowhere (although it's semi-obvious given x86-64 is only supported).

This revision is now accepted and ready to land.Aug 20 2021, 6:55 AM
glider updated this revision to Diff 367783.Aug 20 2021, 6:58 AM

Updated patch description with links to bot failures.

Who reported the issue? Might be worth mentioning in commit message, otherwise it appears to come out of nowhere (although it's semi-obvious given x86-64 is only supported).

Right. Added the links to the bot failures.

This revision was landed with ongoing or failed builds.Aug 20 2021, 7:00 AM
This revision was automatically updated to reflect the committed changes.