This is an archive of the discontinued LLVM Phabricator instance.

[DFSan] Remove use of setarch in dfsan test.
ClosedPublic

Authored by browneee on Mar 10 2022, 6:59 PM.

Details

Summary

Use of setarch Was added by
https://github.com/llvm/llvm-project/commit/f93c2b64ed381bc4bc52f4b8539026f1597f574d

Running the test now it doesn't seem necessary because:

  1. Explicitly only x86_64 is supported for dfsan.
  1. https://reviews.llvm.org/D111522 makes it less flakey.

Diff Detail

Event Timeline

browneee created this revision.Mar 10 2022, 6:59 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 10 2022, 6:59 PM
Herald added a subscriber: pengfei. · View Herald Transcript
browneee requested review of this revision.Mar 10 2022, 6:59 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 10 2022, 6:59 PM
Herald added a subscriber: Restricted Project. · View Herald Transcript
vitalybuka accepted this revision.Mar 10 2022, 7:48 PM
This revision is now accepted and ready to land.Mar 10 2022, 7:48 PM
This revision was automatically updated to reflect the committed changes.