[PATCH] D120911: [CUDA][HIP] Fix offloading kind for linking C++ programs

Artem Belevich via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 3 09:58:44 PST 2022


tra added a comment.

We should probably also check what happens when we specify compilation language explicitly: E.g. `clang -x cuda a.cu -x c++ b.cc`,  `clang -x cuda a.cu  b.cc` and `clang  a.cu  -x cuda b.cc`.


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

https://reviews.llvm.org/D120911



More information about the cfe-commits mailing list