================
@@ -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
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to