[PATCH] D39798: [Sanitizers] Use SANITIZER_* macros in lib/interception

Rainer Orth via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 8 07:47:29 PST 2017


ro added inline comments.


================
Comment at: lib/interception/interception_mac.cc:17
 
+#if SANITIZER_MAC
 
----------------
krytarowski wrote:
> Does it make sense?
How do you mean?  One could do away with the effectively empty
file completely.


https://reviews.llvm.org/D39798





More information about the llvm-commits mailing list