theraven added a comment.

This revision broke blocks on all ELF targets.  The block descriptors' symbol 
names can now include the @ character, which is reserved on ELF platforms as a 
separator between symbol name and symbol version.  As a result, nothing 
containing a block that has an Objective-C object argument will link.  Please 
add mangling similar to that in the GNUstep runtime to avoid this.


Repository:
  rC Clang

https://reviews.llvm.org/D50783



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

Reply via email to