[libc-commits] [PATCH] D139839: [libc] Add a loader utility for AMDHSA architectures for testing

Shilei Tian via Phabricator via libc-commits libc-commits at lists.llvm.org
Mon Dec 12 06:55:45 PST 2022


tianshilei1992 added inline comments.


================
Comment at: libc/utils/DeviceLoader/Main.cpp:30
+    fprintf(stderr, "Failed to open image file %s\n", argv[1]);
+    exit(EXIT_FAILURE);
+  }
----------------



Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D139839



More information about the libc-commits mailing list