This is an archive of the discontinued LLVM Phabricator instance.

[compiler-rt][test] Add `--large-address-aware` link flag for MinGW
ClosedPublic

Authored by alvinhochun on Apr 22 2023, 7:49 AM.

Details

Summary

The interception tests rely on the test binary being large address
aware. This has already been set for MSVC builds. Now we do the same for
MinGW.

This fixes the interception unit tests for i686-w64-windows-gnu target.

Diff Detail

Event Timeline

alvinhochun created this revision.Apr 22 2023, 7:49 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 22 2023, 7:49 AM
Herald added subscribers: Enna1, dberris. · View Herald Transcript
alvinhochun requested review of this revision.Apr 22 2023, 7:49 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 22 2023, 7:49 AM
Herald added a subscriber: Restricted Project. · View Herald Transcript
mstorsjo accepted this revision.Apr 22 2023, 7:55 AM

LGTM, thanks for seeing this though!

This revision is now accepted and ready to land.Apr 22 2023, 7:55 AM