[PATCH] D148851: Disable llvm-symbolizer on some of the driver tests that are timing out
David Blaikie via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 19 13:38:30 PDT 2023
dblaikie added a comment.
In D148851#4285705 <https://reviews.llvm.org/D148851#4285705>, @dblaikie wrote:
>> I think we probably should add LLVM_DISABLE_SYMBOLIZATION=1 to the lit level, not in individual tests.
>
> Though I'm not sure how to do that in a way that it doesn't apply to test that are genuinely failing, where a symbolized backtrace is helpful/important/exactly what want?
Ping @MaskRay thoughts on the tension between disabling it entirely, and it being useful for developers investigating real failures?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D148851/new/
https://reviews.llvm.org/D148851
More information about the llvm-commits
mailing list