This is an archive of the discontinued LLVM Phabricator instance.

[libc] re-enable assert
ClosedPublic

Authored by michaelrj on Nov 15 2022, 12:07 PM.

Details

Summary

The assert functions were disabled while the signal functions were being
fixed. This patch re-enables them.

Diff Detail

Event Timeline

michaelrj created this revision.Nov 15 2022, 12:07 PM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptNov 15 2022, 12:07 PM
michaelrj requested review of this revision.Nov 15 2022, 12:07 PM
lntue added inline comments.Nov 15 2022, 12:33 PM
libc/test/src/CMakeLists.txt
51–52

Is this comment still correct?

sivachandra accepted this revision.Nov 15 2022, 12:42 PM

Good to land after addressing Tue's comment.

This revision is now accepted and ready to land.Nov 15 2022, 12:42 PM
michaelrj updated this revision to Diff 475566.Nov 15 2022, 1:38 PM
michaelrj marked an inline comment as done.

remove extraneous comment

This revision was landed with ongoing or failed builds.Nov 15 2022, 1:39 PM
This revision was automatically updated to reflect the committed changes.