This is an archive of the discontinued LLVM Phabricator instance.

[dfsan] Run the tests for each supported arch and suffix each one to distinguish them.
ClosedPublic

Authored by dsanders on Feb 3 2016, 8:32 AM.

Details

Summary

Previously, the tests only ran for the 64-bit equivalent of the default target
(see -m64).
Given the supported architecture list only contains 64-bit targets, this happens
to work out the same as the supported targets in most cases but may matter for
X86_64/X86_64h on Darwin.

For other targets, the practical effect is that the test names contain the
architecture. This resolves some confusion when msan tests fail since their
name no longer implies that they are trying to test the default target.

Diff Detail

Event Timeline

dsanders updated this revision to Diff 46794.Feb 3 2016, 8:32 AM
dsanders retitled this revision from to [dfsan] Run the tests for each supported arch and suffix each one to distinguish them..
dsanders updated this object.
dsanders added a reviewer: samsonov.
dsanders added a subscriber: llvm-commits.
samsonov accepted this revision.Feb 5 2016, 2:35 PM
samsonov edited edge metadata.

LGTM

This revision is now accepted and ready to land.Feb 5 2016, 2:35 PM
dsanders closed this revision.Feb 9 2016, 8:24 AM