[PATCH] D29148: [compiler-rt] Provide a list of functions from sanitizers's interfaces.

Marcos Pividori via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 31 13:08:52 PST 2017


mpividori added a comment.

@kubamracek  I fixed the test in https://reviews.llvm.org/D29345 . Let me know if you agree with that commit.
Also, if you want to remove `SANITIZER_INTERFACE_ATTRIBUTE` to `__sanitizer_mz_*` , we should use `nm -D`, otherwise we will have the same problem.
Also, if we don't want to export them, I think we should also remove them from the export list. Otherwise they will be exported even if they are hidden I guess.


Repository:
  rL LLVM

https://reviews.llvm.org/D29148





More information about the llvm-commits mailing list