D83530 removed --inlining={true,false} which were used by old asan_symbolize.py script.
Add compatibility aliases so that old asan_symbolize.py and sanitizer
binaries can work with new llvm-symbolizer.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
@jhenderson This was not urgent... I wanted to give you some time for review but I accidentally committed it. Still happy to address your post-commit comments if any.
Comment Actions
No worries. The change looks good to me anyway. One of the advantages in my mind with the new approach is that it is trivial to add new option aliases like this if we need to!