[llvm] [llvm-symbolizer] restore --[no-]use-symbol-table option (PR #71008)

via llvm-commits llvm-commits at lists.llvm.org
Sun Nov 5 22:03:56 PST 2023


quic-likaid wrote:

> 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?)

For DLKM, `--no-use-symbol-table` is preferred, which is restored by the PR.

I'm not restoring `use-symbol-table=true`. It is for compatibility and is a no-op. Use symbol table is the default, and can't be disabled before this PR.

> 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?

I believe he is suggesting removing the `use-symbol-table=true` compatibility option.


https://github.com/llvm/llvm-project/pull/71008


More information about the llvm-commits mailing list