This is an archive of the discontinued LLVM Phabricator instance.

[asan][test][win] Port more tests to not use clang-cl on MinGW (4)
ClosedPublic

Authored by alvinhochun on May 10 2023, 6:34 AM.

Details

Summary

This ports some tests that requires dead stripping or ICF.

Diff Detail

Event Timeline

alvinhochun created this revision.May 10 2023, 6:34 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 10 2023, 6:34 AM
Herald added a subscriber: Enna1. · View Herald Transcript
alvinhochun requested review of this revision.May 10 2023, 6:34 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 10 2023, 6:34 AM
Herald added a subscriber: Restricted Project. · View Herald Transcript
vitalybuka accepted this revision.May 10 2023, 1:16 PM
vitalybuka added inline comments.
compiler-rt/test/asan/lit.cfg.py
182

if Gw has unique use, maybe just keep in if/else

This revision is now accepted and ready to land.May 10 2023, 1:16 PM
alvinhochun added inline comments.May 12 2023, 1:22 AM
compiler-rt/test/asan/lit.cfg.py
182

It's used in two tests for a total of 4 times, so using substitutions for this does seem a bit cleaner.

This revision was landed with ongoing or failed builds.May 16 2023, 4:54 AM
This revision was automatically updated to reflect the committed changes.