This is an archive of the discontinued LLVM Phabricator instance.

[lldb] Remove some #ifdef LLDB_CONFIGURATION_DEBUG around asserts
ClosedPublic

Authored by teemperor on Mar 2 2020, 4:57 PM.

Details

Summary

Otherwise this code won't run on the Release+Asserts builds we have on the CI.

Fixes rdar://problem/59867885 (partly)

Diff Detail

Event Timeline

teemperor created this revision.Mar 2 2020, 4:57 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 2 2020, 4:57 PM
aprantl accepted this revision.Mar 3 2020, 2:15 PM
aprantl added inline comments.
lldb/source/Core/Section.cpp
271

remove for debug builds

This revision is now accepted and ready to land.Mar 3 2020, 2:15 PM
This revision was automatically updated to reflect the committed changes.