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

Ye Luo via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Mon Jan 23 21:05:59 PST 2023


ye-luo added a comment.

It doesn't print well

  $ OMP_TARGET_OFFLOAD=mandatory ./a.out 
  Libomptarget error: Consult https://openmp.llvm.org/design/Runtimes.html for debugging options.
  Libomptarget error: None of the images ( gfx90a 
  Libomptarget error: Source location information not present. Compile with -g or -gline-tables-only.
  Libomptarget fatal error 1: failure of target construct while offloading is mandatory


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