================
@@ -523,12 +545,13 @@ Error runSYCLLink(ArrayRef<std::string> Files, const
ArgList &Args) {
return createFileError(File, EC);
}
OffloadingImage TheImage{};
- TheImage.TheImageKind = IMG_Object;
+ TheImage.TheImageKind = IMG_None;
----------------
bader wrote:
Okay. Let's add a TODO comment or open an issue to clean-up this in the future.
https://github.com/llvm/llvm-project/pull/161287
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits