This is an archive of the discontinued LLVM Phabricator instance.

[compiler-rt] [test] Add missing %run to fread_fwrite MSAN test
ClosedPublic

Authored by mgorny on Dec 17 2019, 12:52 PM.

Details

Summary

Add a missing %run substitution to fread_fwrite test. This fixes
the test on NetBSD where %run disables ASLR as necessary for MSAN
to function.

Diff Detail

Event Timeline

mgorny created this revision.Dec 17 2019, 12:52 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptDec 17 2019, 12:53 PM
Herald added subscribers: llvm-commits, Restricted Project, dberris. · View Herald Transcript
krytarowski accepted this revision.Dec 18 2019, 2:10 PM
This revision is now accepted and ready to land.Dec 18 2019, 2:10 PM
This revision was automatically updated to reflect the committed changes.