TTobias Hieta[flang] Install runtime libs with the toolchain
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[flang] Install runtime libs with the toolchain Make sure that FortranDecimal, FortranRuntime and Fortran_main are installed/packaged even when LLVM_INSTALL_TOOLCHAIN_ONLY is enabled. They are used by flang to link executables, so they should be provided even with minimal installs. Differential Revision: https://reviews.llvm.org/D131670 (cherry picked from commit 467abac2046d037f8d4cf428e76b77e5b06c187f) | 3 年前 | |
[flang][Runtime] Use proper prototypes in Fortran_main. NFCI This is compiled as C code, so it's a good idea to be explicit about the prototype. Clang complains about this when -Wstrict-prototypes is used. Differential Revision: https://reviews.llvm.org/D125672 | 4 年前 |