[PATCH] D76455: [NFC] Refactor handling of Xarch option

Artem Belevich via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 19 15:22:30 PDT 2020


tra added a comment.

+1 for refactoring, but what's the long term plan.
Long time ago echristo@ and I had a vague idea to change clang's option parsing to allow something like ` -Xarch_host <host-only args> -Xarch_device <args for all GPU compilations...> -Xarch=<target> <options for <target> only...>`


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

https://reviews.llvm.org/D76455





More information about the cfe-commits mailing list