diff options
author | Peter Klausler <35819229+klausler@users.noreply.github.com> | 2024-06-03 12:18:30 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-03 12:18:30 -0700 |
commit | 0525c201b657395bfdf27d2a473c4c0adf753a21 (patch) | |
tree | eef3de59e95e6eb2813be7dc9fc00c82928e0b6d /llvm/lib/Bitcode/Writer/BitcodeWriter.cpp | |
parent | 68f4e46c432ea2f1f8d33c6dc9345f6e2afeec4a (diff) | |
download | llvm-0525c201b657395bfdf27d2a473c4c0adf753a21.zip llvm-0525c201b657395bfdf27d2a473c4c0adf753a21.tar.gz llvm-0525c201b657395bfdf27d2a473c4c0adf753a21.tar.bz2 |
[flang][preprocessing] Handle #include after & line continuation (#93382)
Some applications like to use a CPP-style #include directive to pull in
a common list of arguments, dummy arguments, or COMMON block variables
after a free-form & line continuation marker. This works naturally with
compilers that run an actual cpp pass over the input before doing
anything specific to Fortran, but it's a case that I missed with this
integrated preprocessor.
Diffstat (limited to 'llvm/lib/Bitcode/Writer/BitcodeWriter.cpp')
0 files changed, 0 insertions, 0 deletions