This is an archive of the discontinued LLVM Phabricator instance.

sanitizer_common: add memory profile parsing test
ClosedPublic

Authored by dvyukov on Oct 29 2021, 2:47 AM.

Diff Detail

Event Timeline

dvyukov requested review of this revision.Oct 29 2021, 2:47 AM
dvyukov created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptOct 29 2021, 2:48 AM
Herald added a subscriber: Restricted Project. · View Herald Transcript
melver accepted this revision.Oct 29 2021, 3:29 AM
melver added inline comments.
compiler-rt/lib/sanitizer_common/tests/sanitizer_procmaps_test.cpp
89

Just use a lambda function without captures.

A captureless lambda has an implicit function pointer conversion.

This revision is now accepted and ready to land.Oct 29 2021, 3:29 AM
dvyukov updated this revision to Diff 383309.Oct 29 2021, 4:50 AM

used lambda

dvyukov marked an inline comment as done.Oct 29 2021, 4:59 AM
This revision was landed with ongoing or failed builds.Oct 29 2021, 5:03 AM
This revision was automatically updated to reflect the committed changes.