[PATCH] D19105: Changes in clang after running http://reviews.llvm.org/D18821
Amaury SECHET via cfe-commits
cfe-commits at lists.llvm.org
Wed May 25 03:11:16 PDT 2016
deadalnix requested changes to this revision.
This revision now requires changes to proceed.
================
Comment at: include/llvm-c/Core.h:604
@@ -603,3 +603,3 @@
*/
-LLVMBool LLVMPrintModuleToFile(LLVMModuleRef M, const char *Filename,
+bool LLVMPrintModuleToFile(LLVMModuleRef M, const char *Filename,
char **ErrorMessage);
----------------
Please keep LLVMBool in the C API. ABI change are a NO NO.
http://reviews.llvm.org/D19105
More information about the cfe-commits
mailing list