[PATCH] D138862: [Clang] Do not set offload kind in a freestanding build

Artem Belevich via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 28 16:37:58 PST 2022


tra added a comment.

OK. So, we do need a flag, at least for now. I think we'll need a new one, because `-freestanding` will likely do a lot of things we don't actually want on the host side.
How about `--offload-generic`  or `--[no-]offload-runtime`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D138862



More information about the cfe-commits mailing list