MaskRay added a comment.

> This fix is necessary to let Clang compile compiler-rt for AVR.

This suggests that some compiler-rt declarations do not follow the best 
practice... What are they?



================
Comment at: clang/test/CodeGen/address-space-avr.c:3
+
+// CHECK: define void @bar() addrspace(1)
+// CHECK: call addrspace(1) void bitcast (void (...) addrspace(1)* @foo to 
void (i16) addrspace(1)*)(i16 3)
----------------
Add a comment what happens here?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D78125



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to