[PATCH] D43676: [ubsan-minimal] Fix the ubsan_minimal debug build (COMPILER_RT_DEBUG=1) on macOS
Vedant Kumar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 23 10:53:34 PST 2018
vsk accepted this revision.
vsk added a comment.
Thanks!
================
Comment at: lib/ubsan_minimal/ubsan_minimal_handlers.cc:68
+void NORETURN CheckFailed(const char *file, int line, const char *cond, u64 v1,
+ u64 v2) {
+ message("Sanitizer CHECK failed: ");
----------------
Could you omit the parameter names for the unused arguments? This should appease some picky buildbots.
Repository:
rCRT Compiler Runtime
https://reviews.llvm.org/D43676
More information about the llvm-commits
mailing list