[llvm] [llvm-symbolizer] restore --[no-]use-symbol-table option (PR #71008)
David Blaikie via llvm-commits
llvm-commits at lists.llvm.org
Sun Nov 5 20:49:49 PST 2023
dwblaikie wrote:
> I just added a test to the commit. It prints b when use symbol table, and foo if not.
And which behavior is it that the Dynamically Loadable Kernel Modules need? (I guess if you're restoring the behavior of the `use-symbol-table=true` case, that's the behavior you require?)
Or is @MaskRay's comments about changes addressed your needs & the `use-symbol-table=true` isn't needed by you/for dynamically loadable kernel modules?
https://github.com/llvm/llvm-project/pull/71008
More information about the llvm-commits
mailing list