[PATCH] D23018: [sanitizer] Implement a __asan_default_options() equivalent for Scudo
Evgeniy Stepanov via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 2 16:24:47 PDT 2016
eugenis added a subscriber: eugenis.
eugenis added a comment.
/code/llvm/projects/compiler-rt/lib/scudo/scudo_termination.cpp:40:1: error: function declared 'noreturn' should not return [-Werror,-Winvalid-noreturn]
}
^
1 error generated.
Please test with LLVM_ENABLE_WERROR.
https://reviews.llvm.org/D23018
More information about the llvm-commits
mailing list