aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Basic/Builtins.cpp
diff options
context:
space:
mode:
authorLang Hames <lhames@gmail.com>2022-04-17 09:32:02 -0700
committerLang Hames <lhames@gmail.com>2022-04-17 12:01:06 -0700
commitef61592bb4792e89c22f49ee1d32a612b1b921f5 (patch)
treeb28a20359dbb80a68b5a114266f3e9f7acfacc8d /clang/lib/Basic/Builtins.cpp
parentd98481a1e782a3bd2bd19df7e9cbb1e4d06416bf (diff)
downloadllvm-ef61592bb4792e89c22f49ee1d32a612b1b921f5.zip
llvm-ef61592bb4792e89c22f49ee1d32a612b1b921f5.tar.gz
llvm-ef61592bb4792e89c22f49ee1d32a612b1b921f5.tar.bz2
[llvm-jitlink] Don't show FailedToMaterialize errors by default.
This patch makes printing of FailedToMaterialize errors in llvm-jitlink conditional on the -show-err-failed-to-materialize option, which defaults to false. FailedToMaterialize errors are not root-cause errors: they're generated when a symbol is requested but cannot be provided because of a failure that was reported on some other error path. They typically don't convey actionable information, and tend to flood error logs making root cause errors harder to spot. Hiding FailedToMaterialize errors by default addresses these issues.
Diffstat (limited to 'clang/lib/Basic/Builtins.cpp')
0 files changed, 0 insertions, 0 deletions