[clang] [clang-sycl-linker] Generate SymbolTable for each image (PR #161287)

Alexey Bader via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 30 09:29:06 PDT 2025


================
@@ -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


More information about the cfe-commits mailing list