[PATCH] D35865: [asan] Fuchsia port
Filipe Cabecinhas via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 28 06:11:04 PDT 2017
filcab added inline comments.
================
Comment at: lib/asan/asan_interceptors.h:118
+#endif // !SANITIZER_FUCHSIA
+
namespace __asan {
----------------
It seems you can disable most of the file anyway. Do you really need `InitializeAsanInterceptors` if you don't have interceptors?
Can you just hoist the macro (and maybe the functions) to either the top of the header or another header?
Repository:
rL LLVM
https://reviews.llvm.org/D35865
More information about the llvm-commits
mailing list