[PATCH] D126226: [OpenMP] Add `-Xoffload-linker` to forward input to the device linker

Fangrui Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon May 23 12:51:33 PDT 2022


MaskRay requested changes to this revision.
MaskRay added a comment.
This revision now requires changes to proceed.
Herald added a subscriber: StephenFan.

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.


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