This is an archive of the discontinued LLVM Phabricator instance.

Remove TEST_SUITE_CXX_ABI option
ClosedPublic

Authored by MatzeB on Aug 10 2021, 12:51 PM.

Details

Summary

TEST_SUITE_CXX_ABI allows to set the library name of the C++ ABI library. However the only benchmark using it (obsequi) only consists of .c files we can just stop linking against the C++ abi and no longer need the TEST_SUITE_CXX_ABI option.

Diff Detail

Repository
rT test-suite

Event Timeline

MatzeB created this revision.Aug 10 2021, 12:51 PM
MatzeB requested review of this revision.Aug 10 2021, 12:51 PM
MatzeB edited the summary of this revision. (Show Details)
phosek accepted this revision.Aug 10 2021, 6:43 PM

LGTM

This revision is now accepted and ready to land.Aug 10 2021, 6:43 PM
This revision was automatically updated to reflect the committed changes.