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

llvm: incremental Builder improvements #16487

Merged
merged 5 commits into from
Jul 24, 2023
Merged

Commits on Jul 24, 2023

  1. Configuration menu
    Copy the full SHA
    aa44f8f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06af9cc View commit details
    Browse the repository at this point in the history
  3. test: test for issues starting codegen on many targets

    Specifically this is to make sure llvm data layout generation doesn't
    regress.  The no emit bin is to allow testing targets that can't
    currently be linked.  The commented out targets are ones that fail in
    the linker anyway when no emit bin is passed.
    jacobly0 committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    c610cde View commit details
    Browse the repository at this point in the history
  4. llvm: convert inline assembly

    Also, implement TODOs from a previous commit.
    jacobly0 committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    533111e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3fc2e36 View commit details
    Browse the repository at this point in the history