[PATCH] D148851: Disable llvm-symbolizer on some of the driver tests that are timing out

Akira Hatanaka via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon May 8 18:11:11 PDT 2023


ahatanak added a comment.

In D148851#4328345 <https://reviews.llvm.org/D148851#4328345>, @shafik wrote:

> In D148851#4328084 <https://reviews.llvm.org/D148851#4328084>, @dblaikie wrote:
>
>> In D148851#4311266 <https://reviews.llvm.org/D148851#4311266>, @ahatanak wrote:
>>
>>> Disable llvm-symbolizer when running lit tests.
>>
>> This seems problematic though - when lit tests fail it's quite helpful to get a symbolized stack trace.
>
> While I have seen this again just today with the driver tests and it is annoying, I would also prefer a more targeted solution if possible.

OK, I can go back to the original solution if it's important to keep the symbolizer enabled.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D148851/new/

https://reviews.llvm.org/D148851



More information about the cfe-commits mailing list