[Openmp-commits] [PATCH] D142369: [Libomptarget] Emit a special warning when no images are found

Johannes Doerfert via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Thu Mar 16 10:48:35 PDT 2023


jdoerfert added inline comments.
Herald added a subscriber: jplehr.


================
Comment at: openmp/libomptarget/src/omptarget.cpp:275
+                  (!Info.Arch || *Info.Arch == '\0') ? "(empty) " : Info.Arch);
+        fprintf(stderr, "\n");
+      }
----------------
None of the images, what?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D142369



More information about the Openmp-commits mailing list