================
@@ -101,9 +103,11 @@ T tmain(T argc, T *argv) {
a = 2;
#pragma omp task default(none), private(argc, b) firstprivate(argv) shared(d)
if (argc > 0) final(S<T>::TS > 0) priority(argc) affinity(argc, argv[b:argc],
arr[:], ([argc][sizeof(T)])argv)
foo();
+#ifndef OMP60
----------------
Ritanya-B-Bharadwaj wrote:
I feel those changes aren't directly related to this PR's functionality. I can
take it up separately as an activity to update the lit tests and add 6.0
support. What do you think?
https://github.com/llvm/llvm-project/pull/135807
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits