Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Jan 2023 08:58:41 -0800
From:      Steve Kargl <sgk@troutmask.apl.washington.edu>
To:        freebsd-ports@freebsd.org
Subject:   lang/llvm15 -- Why is flang being built?
Message-ID:  <Y9f3QaK%2BQ/O6KlAi@troutmask.apl.washington.edu>

next in thread | raw e-mail | index | archive | help
Why does the lang/llvm15 port default to building flang
(ie., the Fortran compiler)?

% flang15 -o z a.f90
error: /usr/ports/devel/llvm15/work/llvm-project-15.0.7.src/flang/lib/Optimizer/CodeGen/Target.cpp:312: not yet implemented: target not implemented
% flang-new15 -o z a.f90
error: /usr/ports/devel/llvm15/work/llvm-project-15.0.7.src/flang/lib/Optimizer/CodeGen/Target.cpp:312: not yet implemented: target not implemented

Inspection of Target.cpp shows that the word "FreeBSD"
does not appear anywhere.

-- 
Steve



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Y9f3QaK%2BQ/O6KlAi>