[clang] [llvm] [LLVMOffload] Add more error types + GetLastError/PeekAtLastError (PR #213389)

Kevin Sala Penades via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 7 07:21:24 PDT 2026


================
@@ -78,45 +79,46 @@ Error_t Memcpy(void *Dst, const void *Src, size_t Size, MemcpyKind Kind) {
     fprintf(stderr, LANGUAGE_STR "MemcpyDefault is not implemented yet");
----------------
kevinsala wrote:

Not part of this PR, but I'd use a new macro for that (similar to `CHECK_FATAL`), and using `llvm::errs()`.

https://github.com/llvm/llvm-project/pull/213389


More information about the cfe-commits mailing list