[llvm-branch-commits] [flang] [Flang] Split runtime headers in preparation for cross-compilation. NFC. (PR #112188)
via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Oct 16 08:20:09 PDT 2024
================
@@ -29,8 +29,8 @@ mlir::Value fir::runtime::genInitArrayConstructorVector(
// the target. The "cookieSize" argument is used to validate this wild
// assumption until runtime interfaces are improved.
----------------
jeanPerier wrote:
It seems like you can get rid of the cookieSize argument and comments since the validations are done via the added static_assert inside the runtime (which seems better, thanks).
https://github.com/llvm/llvm-project/pull/112188
More information about the llvm-branch-commits
mailing list