[Bug 239175] lang/beignet: fails to build with llvm90

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Sep 20 19:58:35 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=239175

--- Comment #9 from commit-hook at freebsd.org ---
A commit references this bug:

Author: jbeich
Date: Fri Sep 20 19:58:12 UTC 2019
New revision: 512439
URL: https://svnweb.freebsd.org/changeset/ports/512439

Log:
  lang/beignet: unbreak with llvm90

  backend/src/llvm/llvm_sampler_fix.cpp:85:18: error: no viable conversion from
'llvm::FunctionCallee' to 'llvm::Value *'
                  Value* samplerCvt =
M->getOrInsertFunction("__gen_ocl_sampler_to_int", i32Ty,
I->getOperand(0)->getType());
                         ^           
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        backend/src/llvm/llvm_sampler_fix.cpp:127:18: error: no viable
conversion from 'llvm::FunctionCallee' to 'llvm::Value *'
                  Value* samplerCvt =
M->getOrInsertFunction("__gen_ocl_sampler_to_int", i32Ty,
I->getOperand(0)->getType());
                         ^           
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

  PR:           239175
  Approved by:  portmgr blanket

Changes:
  head/lang/beignet/files/patch-llvm9

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.


More information about the freebsd-x11 mailing list