[Openmp-commits] [PATCH] D149890: [OpenMP][libomp] Allow white spcaes in OMP_TARGET_OFFLOAD value
Jonathan Peyton via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Tue May 23 15:08:53 PDT 2023
jlpeyton added a comment.
@jdoerfert , to reiterate what @hbae said, the trimming functionality is there for almost all (if not all) the environment variable parsing routines. It's seen mostly with the `SKIP_WS()` macro and manual manipulations of `char* next, scan`. The `kmp_trimmed_str_t` is supposed to just make it a bit simpler, especially for the case of a one-token environment variable. Is it the way the trimming is performed that you don't like?
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