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 backend: on Windows use clang instead of llc #279

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

Commits on Aug 7, 2021

  1. LLVM backend: on Windows use clang instead of llc

    llc.exe is not included with the LLVM official Windows binaries. clang can
    compile .ll files too but requires different args.
    
    This behaviour is gated by __FB_WIN32__ because there doesn't seem to be an
    existing way to check whether a tool exists. It would be better to fallback to
    clang only if llc doesn't exist (for example I see it is missing from at least
    some Android NDK toolchains too).
    
    Tested on Linux, not Windows.
    rversteegen authored and jayrm committed Aug 7, 2021
    Configuration menu
    Copy the full SHA
    d9dbec9 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2024

  1. Configuration menu
    Copy the full SHA
    d3a13ae View commit details
    Browse the repository at this point in the history