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

Arthur Eubanks via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri May 19 12:23:10 PDT 2023


aeubanks added a comment.

`not` will set `LLVM_DISABLE_SYMBOLIZATION` if we use `not --crash`

are these tests supposed to crash or gracefully fail? if they're supposed to crash then we should use `not --crash`


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