[llvm-bugs] [Bug 50106] New: Published, signed flang tarballs can not be built
via llvm-bugs
llvm-bugs at lists.llvm.org
Fri Apr 23 16:19:11 PDT 2021
https://bugs.llvm.org/show_bug.cgi?id=50106
Bug ID: 50106
Summary: Published, signed flang tarballs can not be built
Product: Packaging
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: source tarballs
Assignee: unassignedbugs at nondot.org
Reporter: andrew at ishiboo.com
CC: llvm-bugs at lists.llvm.org
The LLVM project now publishes stand-alone Flang tarballs as of version 11.x,
but I do not see any way to build them because:
- llvm-12.0.0.src.tar.xz does not include MLIR
- flang-12.0.0.src.tar.xz does not include MLIR
- The LLVM project does not publish a stand-alone external MLIR tarball (on
https://github.com/llvm/llvm-project/releases/tag/llvmorg-12.0.0)
Given how the in-tree build is laid out, MLIR is a top-level project, so
technically it should have its own stand-alone published tarball so that it can
be built separately and Flang can depend on it.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20210423/bca04044/attachment.html>
More information about the llvm-bugs
mailing list