[PATCH] D92732: [Flang][OpenMP 4.5] Add semantic check for OpenMP Do Loop Constructs

Yashaswini Hegde via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 18 21:59:24 PST 2020


yhegde added inline comments.


================
Comment at: flang/test/Semantics/omp-do11.f90:1
+!RUN: %S/test_errors.sh %s %t %f18 -fopenmp
+! OpenMP Version 4.5
----------------
clementval wrote:
> Shouldn't you use the `test_symbols.sh` script for these tests? 
I guess so. I have committed a few positive test cases with test_errors.sh earlier. I suppose I need to rework on them !!.   


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D92732/new/

https://reviews.llvm.org/D92732



More information about the llvm-commits mailing list