[Openmp-commits] [PATCH] D149890: [OpenMP][libomp] Allow white spcaes in OMP_TARGET_OFFLOAD value

Hansang Bae via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Tue May 9 13:01:18 PDT 2023


hbae added a comment.

In D149890#4320949 <https://reviews.llvm.org/D149890#4320949>, @jdoerfert wrote:

> Do we trim any other option? I am confused by this.

Some options have their own logic to skip white spaces, but not all option values are handled like that.

So, your question is why we don't do this for other options?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D149890



More information about the Openmp-commits mailing list