[PATCH] D109227: [flang] GET_COMMAND_ARGUMENT(LENGTH) runtime implementation

Peter Klausler via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 3 10:07:01 PDT 2021


klausler added inline comments.


================
Comment at: flang/runtime/command.cpp:22
+
+CppTypeFor<TypeCategory::Integer, 4> RTNAME(ArgumentLength)(
+    CppTypeFor<TypeCategory::Integer, 4> n) {
----------------
It'll probably never happen, but what if the length of the argument is > 2GiB?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D109227/new/

https://reviews.llvm.org/D109227



More information about the llvm-commits mailing list