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

Make biscuit compile with LLVM 19.1.2 #184

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Oct 27, 2024

  1. Update ir.c

    Make it compile for LLVM 19.1.2:
    LLVMDIBuilderInsertDeclareAtEnd changed to LLVMDIBuilderInsertDeclareRecordAtEnd.
    sparky4pro authored Oct 27, 2024
    Configuration menu
    Copy the full SHA
    7059631 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from sparky4pro/LLVM-19

    Update ir.c
    sparky4pro authored Oct 27, 2024
    Configuration menu
    Copy the full SHA
    f9d514c View commit details
    Browse the repository at this point in the history
  3. Update CMakeLists.txt

    Bump LLVM in CMakeLists.txt from 18.1 to 19.1
    sparky4pro authored Oct 27, 2024
    Configuration menu
    Copy the full SHA
    cae590a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2 from sparky4pro/LLVM-19

    Update CMakeLists.txt
    sparky4pro authored Oct 27, 2024
    Configuration menu
    Copy the full SHA
    42cd684 View commit details
    Browse the repository at this point in the history
  5. Update common.c

    Make the Biscuit compiler find his libraries when called through a symlink.
    sparky4pro authored Oct 27, 2024
    Configuration menu
    Copy the full SHA
    83c98af View commit details
    Browse the repository at this point in the history
  6. Merge pull request #3 from sparky4pro/symlink

    Update common.c
    sparky4pro authored Oct 27, 2024
    Configuration menu
    Copy the full SHA
    2e59a2f View commit details
    Browse the repository at this point in the history