[all-commits] [llvm/llvm-project] 2734f1: [flang][openmp] Handle !$INCLUDE "foo" (bug #64128)
Peter Klausler via All-commits
all-commits at lists.llvm.org
Tue Aug 1 11:35:54 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2734f15437b67343d594c377c00cb2c3cf1d2f86
https://github.com/llvm/llvm-project/commit/2734f15437b67343d594c377c00cb2c3cf1d2f86
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2023-08-01 (Tue, 01 Aug 2023)
Changed paths:
M flang/lib/Parser/prescan.cpp
A flang/test/Parser/OpenMP/cond-include.f90
A flang/test/Parser/OpenMP/cond-include.inc
Log Message:
-----------
[flang][openmp] Handle !$INCLUDE "foo" (bug #64128)
Detect and process INCLUDE lines that are guarded by OpenMP conditional
compilation markers (!$), when enabled.
Fixes https://github.com/llvm/llvm-project/issues/64128.
Differential Revision: https://reviews.llvm.org/D156759
More information about the All-commits
mailing list