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

Use find_program to find llvm-config #500

Merged
merged 1 commit into from
Oct 31, 2023

Commits on Oct 30, 2023

  1. Use find_program to find llvm-config

    llvm-config may have a different name in the default path.
    On Ubuntu 22.04,
    * https://apt.llvm.org/llvm.sh installs llvm-config-18 to /usr/bin
      folder. It is an symlink to /usr/lib/llvm-18/bin/llvm-config
    * If latest llvm is built from source, the name is /usr/local/bin/llvm-config
    wenju-he committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    30f202b View commit details
    Browse the repository at this point in the history