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

Yaxun Liu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 19 15:54:36 PDT 2020


yaxunl added a comment.

In D76455#1932232 <https://reviews.llvm.org/D76455#1932232>, @tra wrote:

> +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...>`


Yes I have patch for this which is half done.


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

https://reviews.llvm.org/D76455





More information about the cfe-commits mailing list