[flang] Remove macro replacement in angular bracket includes
authorEthan Luis McDonough <ethanluismcdonough@gmail.com>
Sat, 18 Feb 2023 07:56:15 +0000 (01:56 -0600)
committerEthan Luis McDonough <ethanluismcdonough@gmail.com>
Sat, 18 Feb 2023 07:59:32 +0000 (01:59 -0600)
commit9ce8eb0fbc83d9652f9266e5c7077727b8012db9
treebb7f4d9769ff9f46b0f39d5289bd63544911f874
parent5e262d58c42668c78d932fab6bf75cf8c3b9d07e
[flang] Remove macro replacement in angular bracket includes

Addresses Github issue [[ https://github.com/llvm/llvm-project/issues/60317 | #60317 ]].

Reviewed By: klausler

Differential Revision: https://reviews.llvm.org/D143469
flang/lib/Parser/preprocessor.cpp
flang/test/Preprocessing/preserve-brace-include.F90 [new file with mode: 0644]