[PATCH] D18915: [sanitizer] [SystemZ] Abort if the kernel might be vulnerable to CVE-2016-2143.

Kostya Serebryany via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 15 09:42:24 PDT 2016


kcc added a subscriber: kcc.
kcc added a comment.

So many ifdefs are bad, please don't do this. (this applies to this patch, and others)
Instead, please have a s390-specific (or SystemZ-specific) file that will define some functions (and also define those functions for everyone else as empty) 
and then call those functions.


Repository:
  rL LLVM

http://reviews.llvm.org/D18915





More information about the llvm-commits mailing list