Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Hi @vitalybuka @pcc
is there any progress about this problem? Is symbolizer.o can be buildable with a regular cmake rule possible now? Thanks!
Comment Actions
We didn't look into that.
Are you interested in this feature? I expect almost none other but Google internally uses this approach.
Comment Actions
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.