This is an archive of the discontinued LLVM Phabricator instance.

[sanitizer_common][test] Fix huge_malloc.c UNSUPPORTED syntax
ClosedPublic

Authored by ro on Jul 2 2023, 4:25 AM.

Details

Summary

lit doesn't accept arbitrary substrings of the target triple any longer, so d5a779b5a39b655ed9fafedaacbb017c46f5dbfe has no effect.

Instead, this patch uses the target= syntax as all other tests in compiler-rt.

Tested on amd64-pc-solaris2.11.

Will commit shortly to unbreak the Solaris/amd64 buildbot.

Diff Detail

Event Timeline

ro created this revision.Jul 2 2023, 4:25 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 2 2023, 4:25 AM
ro requested review of this revision.Jul 2 2023, 4:25 AM
Herald added a subscriber: Restricted Project. · View Herald TranscriptJul 2 2023, 4:25 AM
This revision was not accepted when it landed; it landed in state Needs Review.Jul 2 2023, 4:27 AM
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.