[libcxx-commits] [PATCH] D154869: [Flang] [FlangRT] Implement FlangRT library as solution to Flang's runtime LLVM integration
Paul Scoropan via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Jul 14 07:27:14 PDT 2023
pscoro updated this revision to Diff 540413.
pscoro added a comment.
Decided to remove all the commented code related to the previous approach (wrapper library). The code that exists currently is for the object library approach and is functional.
Currently, on phabricator there is a failing x64 Windows build. The failure happens during building, the compiler seems to run out of heap space? I don't see how this error could be related to my patch but if I am wrong and it is, please let me know.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D154869/new/
https://reviews.llvm.org/D154869
Files:
clang/lib/Driver/ToolChains/CommonArgs.cpp
flang-rt/CMakeLists.txt
flang/CMakeLists.txt
flang/cmake/modules/AddFlang.cmake
flang/lib/Decimal/CMakeLists.txt
flang/runtime/CMakeLists.txt
flang/test/CMakeLists.txt
flang/test/Driver/linker-flags.f90
flang/test/lit.cfg.py
flang/tools/flang-driver/CMakeLists.txt
lld/COFF/MinGW.cpp
llvm/CMakeLists.txt
llvm/projects/CMakeLists.txt
runtimes/CMakeLists.txt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D154869.540413.patch
Type: text/x-patch
Size: 18189 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230714/b6e32ab4/attachment-0001.bin>
More information about the libcxx-commits
mailing list