This option is per process anyway. I'd like to add more options, but
having them as parameters of __sanitizer_symbolize_code looks
inconvenient.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Event Timeline
Comment Actions
Test case that exercises __sanitizer_symbolize_set_inline_frames?
compiler-rt/lib/sanitizer_common/symbolizer/sanitizer_symbolize.cpp | ||
---|---|---|
116 | Demangle should be InlineFrames ? |
Comment Actions
The flag is already covered by compiler-rt/test/sanitizer_common/TestCases/symbolize_pc_inline.cpp The patch is almost NFC, it just changes how we pass the flag into internal symbolizer. Almost, because we change sanitizer_common_interface_posix.
We don't run/build for any tests by default.
https://lab.llvm.org/buildbot/#/builders/37/builds/9407 "test standalone compiler-rt with symbolizer" runs all tests with internal symbolizer, including symbolize_pc_inline.cpp. It should be able to catch "Demangle" issue you spotted.
Demangle should be InlineFrames ?