================
@@ -169,6 +169,14 @@ extern const omp_impex_t omp_not_impex;
extern const omp_impex_t omp_import;
extern const omp_impex_t omp_export;
extern const omp_impex_t omp_impex;
+
+template <typename T>
+void TestTaskLoopImpex() {
+#pragma omp taskloop transparent(omp_impex)
----------------
alexey-bataev wrote:
for int argument, it should be int. For impex_type_t, must be impex_type_t.
With the current version of the implementation
https://github.com/llvm/llvm-project/pull/166810
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits