[PATCH] D19781: [sanitizers] Disable target-specific lowering of string functions.

Evgeniy Stepanov via llvm-commits llvm-commits at lists.llvm.org
Tue May 3 12:58:25 PDT 2016


eugenis added inline comments.

================
Comment at: include/llvm/Transforms/Utils/Local.h:358
@@ +357,3 @@
+/// specific instructions.
+void maybeMarkStringCallNoBuiltin(CallInst *CI, const TargetLibraryInfo *TLI);
+
----------------
I don't think this is a good name for a global function. It is specific to the sanitizer interceptors. How about maybeMarkSanitizerLibraryCallNoBuiltin?


Repository:
  rL LLVM

http://reviews.llvm.org/D19781





More information about the llvm-commits mailing list