mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-24 15:26:24 +00:00

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