[PATCH] D26841: Add link-time detection of LLVM_ABI_BREAKING_CHECKS mismatch

Mehdi AMINI via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 18 08:22:21 PST 2016


mehdi_amini added a comment.

Thanks!
I'll wait for @rnk for the Windows side.



================
Comment at: llvm/include/llvm/Config/llvm-config.h.cmake:99
+extern int DisableABIBreakingChecks;
+__attribute__((weak, visibility ("hidden"))) int *VerifyDisableABIBreakingChecks = &VDisableABIBreakingChecks;
+#endif
----------------
jroelofs wrote:
> My notes had a typo: s/VDisable/Disable/
Yeah I noticed when testing, but apparently I git stash and failed to amend the commit before running `arc diff`


https://reviews.llvm.org/D26841





More information about the llvm-commits mailing list