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 #498

Closed

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-17 to /usr/bin
      folder. It is an symlink to /usr/lib/llvm-17/bin/llvm-config.
    * If llvm 17 is built from source, the name is /usr/local/bin/llvm-config
    wenju-he committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    8611c65 View commit details
    Browse the repository at this point in the history
  2. use PREFERRED_LLVM_VERSION

    wenju-he committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    51ec40c View commit details
    Browse the repository at this point in the history