[PATCH] D25846: scripts: Document existing problems with the symbolizer build script.

Mingjie Xu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 30 19:07:36 PDT 2023


Enna1 added a comment.

Thanks for your reply!
Internal symbolizer is a very useful feature, which lets us symbolize sanitizer error report without the dependency of external symbolizer tool.
I have tested the build_symbolizer.sh approach in my local environment, we will try to deploy the build_symbolizer.sh approach to our sanitizer buildbot.
The cmake approach may be more compilcated according to https://bugs.llvm.org/show_bug.cgi?id=30750, I will give it a try.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D25846



More information about the llvm-commits mailing list