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

Introduce basic linking with the Clang driver. #3922

Merged
merged 1 commit into from
Apr 30, 2024

Commits on Apr 29, 2024

  1. Introduce basic linking with the Clang driver.

    This adds the most rudimentary support for linking in the Carbon driver
    by calling out to the Clang driver and letting it do the linking. This
    is a super minimal version to start with, just enough to be somewhat
    useful and to exercise calling into Clang for this.
    
    Also adds a Clang runner to help run the Clang driver. This is a bit
    more complete, although it sill needs some significant work. For
    example, it will need some significant enhancements to be able to
    compile C++ code, etc.
    
    One thing that will likely change here is to better manage streams and
    work better as a library. For now, this is a bit limited because Clang
    and LLVM don't provide the necessary support for this.
    chandlerc committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    17984a0 View commit details
    Browse the repository at this point in the history