[PATCH] Move `checkInterfaceFunction` to ModuleUtils
Alexey Samsonov
vonosmas at gmail.com
Wed Apr 1 14:02:55 PDT 2015
================
Comment at: include/llvm/Transforms/Utils/ModuleUtils.h:45
@@ -39,1 +44,3 @@
+// getOrInsertFunction returns a bitcast.
+Function *checkInterfaceFunction(Constant *FuncOrBitcast);
} // End llvm namespace
----------------
You should either mention "Sanitizer" in function name, or remove it from comment and dumped error message.
http://reviews.llvm.org/D8775
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the llvm-commits
mailing list