lang/llvm15 -- Why is flang being built?
- Reply: Gleb Popov : "Re: lang/llvm15 -- Why is flang being built?"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 30 Jan 2023 16:58:41 UTC
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