-dead_strip in ld64 strips weak interface symbols, which I believe
is most likely the cause of this test failure. Re-enable after marking the interface
function as used.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
May I ask you to also update the comments around the definition of __lsan_is_turned_off in lsan_interface.h?
// To avoid dead stripping you may need to define this function with __attribute__((used))