[compiler-rt] [sanitizer-common] [Darwin] Provide warnings for common sandbox issues (PR #165907)
Dan Blackwell via llvm-commits
llvm-commits at lists.llvm.org
Sat Nov 1 09:34:26 PDT 2025
================
@@ -505,6 +505,13 @@ static void ChooseSymbolizerTools(IntrusiveList<SymbolizerTool> *list,
}
# if SANITIZER_APPLE
+ if (list.size() == 0) {
+ Report(
+ "WARN: No external symbolizers found. Symbols will be missing or "
----------------
DanBlackwell wrote:
"will be missing" seems too strong here, could this be "may be missing"?
https://github.com/llvm/llvm-project/pull/165907
More information about the llvm-commits
mailing list