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

Kamil Rytarowski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 20 01:41:50 PST 2017


krytarowski added inline comments.


================
Comment at: lib/interception/interception_mac.cc:17
 
+#if SANITIZER_MAC
 
----------------
ro wrote:
> ro wrote:
> > krytarowski wrote:
> > > Does it make sense?
> > How do you mean?  One could do away with the effectively empty
> > file completely.
> Sorry but I still don't know what you mean here.
I would just drop this:

```
#if SANITIZER_MAC
#endif
```


https://reviews.llvm.org/D39798





More information about the llvm-commits mailing list