================
@@ -35,6 +35,7 @@ enum OffloadKind : uint16_t {
OFK_OpenMP,
OFK_Cuda,
OFK_HIP,
+ OFK_SYCL,
----------------
jhuber6 wrote:I think we should assign specific values for these and make them powers of two apart so we can use them like a bitfield. Clang does that already. https://github.com/llvm/llvm-project/pull/135683 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
