This is an archive of the discontinued LLVM Phabricator instance.

[flang][openmp] Handle !$INCLUDE "foo" (bug #64128)
ClosedPublic

Authored by klausler on Jul 31 2023, 4:14 PM.

Details

Summary

Detect and process INCLUDE lines that are guarded by OpenMP conditional
compilation markers (!$), when enabled.

Fixes https://github.com/llvm/llvm-project/issues/64128.

Diff Detail

Event Timeline

klausler created this revision.Jul 31 2023, 4:14 PM
klausler requested review of this revision.Jul 31 2023, 4:14 PM

LG. Thanks.

This revision is now accepted and ready to land.Aug 1 2023, 11:19 AM
This revision was automatically updated to reflect the committed changes.