[Openmp-commits] [openmp] [OpenMP] Replace copy and paste code with instantiation (PR #73991)

Johannes Doerfert via Openmp-commits openmp-commits at lists.llvm.org
Thu Nov 30 13:53:40 PST 2023


jdoerfert wrote:

> Unsure we need a separate `.inc` file for something that's only done once and isn't _too_ long. It's not a huge deal though.

We already read it twice. I generally try to avoid duplication, so I figured one file is better than two 30+ long lists. WDYT?

https://github.com/llvm/llvm-project/pull/73991


More information about the Openmp-commits mailing list