Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Sep 2019 19:58:34 +0000
From:      bugzilla-noreply@freebsd.org
To:        x11@FreeBSD.org
Subject:   [Bug 239175] lang/beignet: fails to build with llvm90
Message-ID:  <bug-239175-7141-kWyN1ZuckF@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-239175-7141@https.bugs.freebsd.org/bugzilla/>
References:  <bug-239175-7141@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D239175

--- Comment #9 from commit-hook@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 =3D
M->getOrInsertFunction("__gen_ocl_sampler_to_int", i32Ty,
I->getOperand(0)->getType());
                         ^=20=20=20=20=20=20=20=20=20=20=20
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~=
~~~~~~~~~~~
        backend/src/llvm/llvm_sampler_fix.cpp:127:18: error: no viable
conversion from 'llvm::FunctionCallee' to 'llvm::Value *'
                  Value* samplerCvt =3D
M->getOrInsertFunction("__gen_ocl_sampler_to_int", i32Ty,
I->getOperand(0)->getType());
                         ^=20=20=20=20=20=20=20=20=20=20=20
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~=
~~~~~~~~~~~

  PR:           239175
  Approved by:  portmgr blanket

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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-239175-7141-kWyN1ZuckF>