[PATCH] D126226: [OpenMP] Add `-Xoffload-linker` to forward input to the device linker
Joseph Huber via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon May 23 12:56:11 PDT 2022
jhuber6 added a comment.
In D126226#3532257 <https://reviews.llvm.org/D126226#3532257>, @MaskRay wrote:
> It's better to avoid `JoinedAndSeparate` for new options. It is for `--xxx val` and `--xxxval` but not intended for the option this patch will add.
So how should I pass these two arguments instead? I'm not sure if there's a good way to bind two arguments to a single command line arguments that's readable if we're not allowed to use this joined version.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D126226/new/
https://reviews.llvm.org/D126226
More information about the cfe-commits
mailing list