This patch provides stubs for all of the lsan platform-specific
functions which need to be implemented for darwin. Currently
all of these functions are stubs, for the purpose of fixing
compilation.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Can you insert something like CHECK(0 && "unimplemented") into all those functions? Just to make sure nobody actually tries to call them until they're implemented.