The previous patch included the implementations for the scudo allocator,
but not the wrappers. This change fixes that.
Details
Details
- Reviewers
sivachandra - Commits
- rG016ae7df95f2: [libc] add scudo wrappers to llvm libc
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
libc/lib/CMakeLists.txt | ||
---|---|---|
5 | Nit: |
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).