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 Bitcode Linker: A self contained linker for nvptx and other targets #117458

Merged
merged 6 commits into from
Mar 11, 2024

Commits on Mar 11, 2024

  1. LLVM_TOOLS: Include llvm-link as a llvm tool

    Kjetil Kjeka committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    ed252e9 View commit details
    Browse the repository at this point in the history
  2. LLVM Bitcode Linker: Added crate

    Kjetil Kjeka committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    222ce4f View commit details
    Browse the repository at this point in the history
  3. NVPTX: Enable self-contained for the nvptx target

    Kjetil Kjeka committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    af42d2a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    43f2055 View commit details
    Browse the repository at this point in the history
  5. Bootstrap: Add argument for building llvm bitcode linker

    Kjetil Kjeka committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    6a50d05 View commit details
    Browse the repository at this point in the history
  6. NVPTX: Enable previously disabled tests

    Kjetil Kjeka committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    843dd28 View commit details
    Browse the repository at this point in the history