This is an archive of the discontinued LLVM Phabricator instance.

[libc++abi] Change LIBCXXABI_NO_TIMER to LIBCXXABI_USE_TIMER
ClosedPublic

Authored by ldionne on Oct 12 2021, 11:57 AM.

Details

Reviewers
ldionne
Group Reviewers
Restricted Project
Restricted Project
Commits
rGdf3de7647e03: [libc++abi] Change LIBCXXABI_NO_TIMER to LIBCXXABI_USE_TIMER
Summary

Instead of always defining LIBCXXABI_NO_TIMER to run the tests, only
define LIBCXXABI_USE_TIMER when we want to enable the timer. This makes
the libc++abi testing configuration simpler.

As a fly-by fix, remove the unused LIBUNWIND_NO_TIMER macro from libunwind.

Diff Detail

Event Timeline

ldionne created this revision.Oct 12 2021, 11:57 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 12 2021, 11:57 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
ldionne requested review of this revision.Oct 12 2021, 11:57 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 12 2021, 11:57 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
ldionne updated this revision to Diff 379191.Oct 12 2021, 2:32 PM

Fix incorrect #ifdef

ldionne accepted this revision.Oct 13 2021, 5:02 AM
This revision was not accepted when it landed; it landed in state Needs Review.Oct 13 2021, 5:02 AM
This revision was automatically updated to reflect the committed changes.