Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add name section and object symbol table support to emsymbolizer #21367

Merged
merged 9 commits into from
Feb 27, 2024

Commits on Feb 17, 2024

  1. Add name section and object symbol table support to emsymbolizer

    With llvm/llvm-project#82083, llvm-symbolizer works
    correctly with name sections, so emsymbolizer can use it. Also do the
    same for object files with symbol tables.
    dschuff committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    7fd1614 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. review comment

    dschuff committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    95c8b8f View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. remove objfile test

    dschuff committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    53571cb View commit details
    Browse the repository at this point in the history
  2. Use docstring

    dschuff committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    3158e60 View commit details
    Browse the repository at this point in the history
  3. suggestions

    dschuff committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    420f5a4 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. flake8

    dschuff committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    3293dc5 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Configuration menu
    Copy the full SHA
    2d3a457 View commit details
    Browse the repository at this point in the history
  2. another attempt at flake8

    dschuff committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    1912780 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3469517 View commit details
    Browse the repository at this point in the history