[PATCH] D149759: [symbolizer] Support symbol lookup

Serge Pavlov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 18 09:03:31 PDT 2023


sepavloff added a comment.

The patch was reverted because the test `llvm/test/Support/interrupts.test` started failing. The fail is observed only on Windows. It looks like this is the test problem, it works incorrectly, if stderr is not empty. The fix is provided in https://github.com/llvm/llvm-project/pull/68556.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D149759



More information about the llvm-commits mailing list