Previously, allocator functions were only available if they were included
from scudo or by using the system libc headers (i.e. by turning off the
full build). This patch changes the logic to include the prototypes for
the allocator functitons in all cases, which allows the linker to link
in the system's allocator.
Details
Details
- Reviewers
sivachandra lntue abrachet - Commits
- rG7eb5cb7f9e35: [libc] Fix allocator inclusion
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo