[PATCH] D109227: [flang] GET_COMMAND_ARGUMENT(LENGTH) runtime implementation
Peter Klausler via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 27 10:56:49 PDT 2021
klausler added inline comments.
================
Comment at: flang/include/flang/Runtime/command.h:18
+using CountType = CppTypeFor<TypeCategory::Integer, 4>;
+using LengthType = CppTypeFor<TypeCategory::Integer, 8>;
----------------
I think that you can use std::int32_t/std::int64_t here.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109227/new/
https://reviews.llvm.org/D109227
More information about the llvm-commits
mailing list