Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • mesa mesa
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 3,069
    • Issues 3,069
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1,005
    • Merge requests 1,005
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • MesaMesa
  • mesamesa
  • Merge requests
  • !1921
The source project of this merge request has been removed.

Fix opencl-less build with llvm 10

Closed Mariusz Ceier requested to merge (removed):master into master Sep 10, 2019
  • Overview 1
  • Pipelines 0
  • Changes 1

src/gallium/auxiliary/gallivm/lp_bld.h sets GALLIVM_HAVE_CORO to 1 when LLVM major version is >= 8 enabling the use of coroutines in src/gallium/auxiliary/gallivm/lp_bld_init.c.

This causes undefined references to LLVMAddCoroEarlyPass, LLVMAddCoroSplitPass and LLVMAddCoroElidePass in src/gallium/auxiliary/gallivm/lp_bld_init.c when mesa is being built with opencl disabled - since meson doesn't link with libLLVMCoroutines in that case.

Signed-off-by: Mariusz Ceier mceier+mesa-dev@gmail.com

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: master