[PATCH] D22758: [compiler-rt] Fix warnings in interception code
Kostya Serebryany via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 25 19:29:23 PDT 2016
kcc added a subscriber: kcc.
kcc added a comment.
please remember to *NOT* use #ifdef if if() is an alternative.
If you can only use #ifdef, think again.
https://reviews.llvm.org/D22758
More information about the llvm-commits
mailing list