[all-commits] [llvm/llvm-project] 2849e1: [flang] Handle @PROCESS directive
kkwli via All-commits
all-commits at lists.llvm.org
Sun May 21 19:41:23 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2849e11907c6dfea40ab41773654f202817934e5
https://github.com/llvm/llvm-project/commit/2849e11907c6dfea40ab41773654f202817934e5
Author: Kelvin Li <kli at ca.ibm.com>
Date: 2023-05-21 (Sun, 21 May 2023)
Changed paths:
M flang/docs/Extensions.md
M flang/lib/Parser/prescan.cpp
A flang/test/Parser/at-process.f
A flang/test/Parser/at-process.f90
Log Message:
-----------
[flang] Handle @PROCESS directive
Treat lines that start with @process as a comment line. The directive
is accepted and ignored.
Differential Revision: https://reviews.llvm.org/D150883
More information about the All-commits
mailing list