================
@@ -2,3 +2,4 @@ add_subdirectory(CodeGen)
 add_subdirectory(Dialect)
 add_subdirectory(HLFIR)
 add_subdirectory(Transforms)
+add_subdirectory(OpenMP)
----------------
tblah wrote:

There are some other OpenMP passes already in 
`flang/lib/Optimizer/Transforms/OMP*.cpp`.

I prefer creating a separate subdirectory as you have done here. Please could 
you move the other passes here too.

https://github.com/llvm/llvm-project/pull/101446
_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to