[all-commits] [llvm/llvm-project] 60d729: [flang] Fix test breakage from recent preprocessor...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Tue Mar 3 16:00:41 PST 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 60d729fdb226227f7b661558572ce538fa140c8a
https://github.com/llvm/llvm-project/commit/60d729fdb226227f7b661558572ce538fa140c8a
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2026-03-03 (Tue, 03 Mar 2026)
Changed paths:
M flang/lib/Parser/prescan.cpp
M flang/lib/Parser/prescan.h
A flang/test/Parser/not-sentinel.f90
Log Message:
-----------
[flang] Fix test breakage from recent preprocessor change (#184455)
!$omp must never be recognized as a compiler directive sentinel when it
is immediately followed by anything other than a space or &. Revert a
bit of a recent change that broke this.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list