[PATCH] D18488: [OpenMP] Parsing and sema support for the from clause
Alexey Bataev via cfe-commits
cfe-commits at lists.llvm.org
Tue May 24 21:15:07 PDT 2016
ABataev added a comment.
Missed a test for printing and serialization/deserialization
================
Comment at: test/OpenMP/nesting_of_regions.cpp:1832
@@ -1831,3 +1831,3 @@
for (int i = 0; i < 10; ++i) {
-#pragma omp target update to(a)
+#pragma omp target update from(a)
}
----------------
Again, this test must be updated only for new directives, not clauses
http://reviews.llvm.org/D18488
More information about the cfe-commits
mailing list