aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-libtool-darwin/llvm-libtool-darwin.cpp
diff options
context:
space:
mode:
authorPeter Klausler <pklausler@nvidia.com>2021-11-03 15:33:29 -0700
committerPeter Klausler <pklausler@nvidia.com>2021-11-08 10:01:16 -0800
commite7823608bc8e63f409ecd262b0e4a5a65a2ca9f8 (patch)
treef53c5cd82640762432779b111229e95367d61ff1 /llvm/tools/llvm-libtool-darwin/llvm-libtool-darwin.cpp
parentc4921663cf8e291f3efc1ce52c60104bd5092ba0 (diff)
downloadllvm-e7823608bc8e63f409ecd262b0e4a5a65a2ca9f8.zip
llvm-e7823608bc8e63f409ecd262b0e4a5a65a2ca9f8.tar.gz
llvm-e7823608bc8e63f409ecd262b0e4a5a65a2ca9f8.tar.bz2
[flang] Complete the fix for NAMELIST look-ahead case
When processing the devious NAMELIST input &group logarray = t t t = 666 / for LOGICAL::logarray(3) and INTEGER::t, the runtime library needs to do some look-ahead on the input stream to make sure that the last "t" on the first line is a truth value rather than an item name -- which in this case it is. This look-ahead was implemented in a previous patch but only worked for internal input cases; this patch implements look-ahead capabilities for input from an external file, too (and also adjusts repeated list-directed input items to use this infrastructure, too). Differential Revision: https://reviews.llvm.org/D113311
Diffstat (limited to 'llvm/tools/llvm-libtool-darwin/llvm-libtool-darwin.cpp')
0 files changed, 0 insertions, 0 deletions