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

Fangrui Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 20 17:37:21 PDT 2023


MaskRay added a comment.

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

> Do you know why these started timing out? I saw this locally the other day but could not figure out the root cause.

D86170 <https://reviews.llvm.org/D86170> provides some information about llvm-symbolizer performance with an unoptimized debug build.
I think we probably should add `LLVM_DISABLE_SYMBOLIZATION=1` to the lit level, not in individual tests.


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