This is an archive of the discontinued LLVM Phabricator instance.

[libunwind] undef NDEBUG for assert.h in tests.
ClosedPublic

Authored by fmayer on Aug 4 2022, 3:05 PM.

Details

Reviewers
MaskRay
Group Reviewers
Restricted Project
Commits
rGfc6a6ee507ec: [libunwind] undef NDEBUG for assert.h in tests.
Summary

This makes sure the assertions also get verified in optimized builds.
This matches what is already done in bad_unwind_info.pass.cpp.

Diff Detail

Event Timeline

fmayer created this revision.Aug 4 2022, 3:05 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptAug 4 2022, 3:05 PM
Herald added a reviewer: Restricted Project. · View Herald Transcript
fmayer requested review of this revision.Aug 4 2022, 3:05 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 4 2022, 3:05 PM
MaskRay accepted this revision.Aug 4 2022, 3:23 PM
This revision is now accepted and ready to land.Aug 4 2022, 3:23 PM
This revision was automatically updated to reflect the committed changes.