[Openmp-commits] [PATCH] D153629: OpenMP/cmake: Use list append instead of repeating variable name

Joseph Huber via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Fri Jun 23 07:17:21 PDT 2023


jhuber6 added a comment.

In D153629#4444247 <https://reviews.llvm.org/D153629#4444247>, @arsenm wrote:

> It's pretty terrible but in my experience you're better off leaving things as lists

Agreed, If you want to be even terser you can use a `foreach` and list all the strings as well.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D153629/new/

https://reviews.llvm.org/D153629



More information about the Openmp-commits mailing list