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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
This makes sense -- these tests are addressing a different part of the tool, the same way we have %clang_cc1 and the like.