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

mesa_noglu: fix build #52772

Merged
merged 2 commits into from Dec 25, 2018
Merged

mesa_noglu: fix build #52772

merged 2 commits into from Dec 25, 2018

Commits on Dec 24, 2018

  1. llvm: allow passing arbitrary targets

    Mesa requires AMDGPU target but previously, we only allowed a pre-defined set
    of targets.
    jtojnar committed Dec 24, 2018
    Configuration menu
    Copy the full SHA
    192f417 View commit details
    Browse the repository at this point in the history
  2. mesa_noglu: fix build

    LLVM’s `LLVM_TARGETS_TO_BUILD` build flag defauls to `all`, which contains
    `AMDGPU` among others. [1] Changes in llvm [2] switched to explicitly listing
    host and target platforms, excluding the AMDGPU target, which is required
    for Mesa to build.
    
    [1]: https://github.com/llvm-mirror/llvm/blob/db50b6fe399b8ad8caef80fd8ee77607fb051fa5/CMakeLists.txt#L286-L302
    [2]: NixOS#52031
    jtojnar committed Dec 24, 2018
    Configuration menu
    Copy the full SHA
    ff22d90 View commit details
    Browse the repository at this point in the history