This is an archive of the discontinued LLVM Phabricator instance.

[dexter] Fix failing regression tests
ClosedPublic

Authored by Orlando on Oct 27 2021, 7:02 AM.

Details

Summary

D109833 makes the flags --builder and --binary mutually exclusive, which
caused some regression tests to fail. Add a new substitution
%dexter_regression_base that doesn't include the --builder, --cflags or
--ldflags flags and use that for tests that use the --binary flag.

Diff Detail

Event Timeline

Orlando requested review of this revision.Oct 27 2021, 7:02 AM
Orlando created this revision.
jmorse accepted this revision.Oct 27 2021, 7:21 AM

This makes sense -- these tests are addressing a different part of the tool, the same way we have %clang_cc1 and the like.

This revision is now accepted and ready to land.Oct 27 2021, 7:21 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptOct 27 2021, 7:39 AM