[Bug 245178] graphics/mesa-dri no member named 'CGFT_ObjectFile'
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Mar 30 03:06:06 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=245178
Bug ID: 245178
Summary: graphics/mesa-dri no member named 'CGFT_ObjectFile'
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: x11 at FreeBSD.org
Reporter: mi at FreeBSD.org
Assignee: x11 at FreeBSD.org
Flags: maintainer-feedback?(x11 at FreeBSD.org)
Created attachment 212851
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=212851&action=edit
Use llvm::CGFT_ObjectFile instead of llvm::TargetMachine::CGFT_ObjectFile
Trying to build mesa-dri on FreeBSD-12/i386, I got the following error:
common/ac_llvm_helper.cpp:138:9: error: no member named 'CGFT_ObjectFile' in
'llvm::TargetMachine'; did you mean
'llvm::CGFT_ObjectFile'?
llvm::TargetMachine::CGFT_ObjectFile)) {
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
llvm::CGFT_ObjectFile
/opt/llvm10/include/llvm/Support/CodeGen.h:65:5: note: 'llvm::CGFT_ObjectFile'
declared here
CGFT_ObjectFile,
The change helpfully suggested by the compiler seems to have worked and the
build is proceeding, but the file is over a year old -- how did it work for
others?
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-x11
mailing list