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

ocamlPackages.dune-configurator: workaround clang arg order bug #356054

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Nov 15, 2024

  1. ocamlPackages.dune-configurator: workaround clang arg order bug

    reorder compiler arguments so the c code file name is last. this works
    around a bug in clang which can indicate the compiler supports an
    argument when it does not.
    
    `https://github.com/ocaml/dune/pull/11123`
    `https://github.com/llvm/llvm-project/issues/116278`
    paparodeo committed Nov 15, 2024
    Configuration menu
    Copy the full SHA
    40018ec View commit details
    Browse the repository at this point in the history