This is an archive of the discontinued LLVM Phabricator instance.

[libc] add scudo wrappers to llvm libc
ClosedPublic

Authored by michaelrj on Jul 23 2021, 3:17 PM.

Details

Summary

The previous patch included the implementations for the scudo allocator,
but not the wrappers. This change fixes that.

Diff Detail

Event Timeline

michaelrj created this revision.Jul 23 2021, 3:17 PM
michaelrj requested review of this revision.Jul 23 2021, 3:17 PM
sivachandra accepted this revision.Jul 23 2021, 3:22 PM
sivachandra added inline comments.
libc/lib/CMakeLists.txt
5

Nit:
You don't need another call to list(APPEND ...). You add the new library to the previous list(APPEND ...) call.
Also, may be call the var SCUDO_DEPS (in plural).

This revision is now accepted and ready to land.Jul 23 2021, 3:22 PM
michaelrj marked an inline comment as done.

address comments

This revision was landed with ongoing or failed builds.Jul 26 2021, 10:25 AM
This revision was automatically updated to reflect the committed changes.