efriedma added a comment.

Almost all the specifications you're specifying are wrong.  Very few targets 
should be using "i".  Off the top of my head, 32-bit ARM, MIPS targets with 
MicroMIPS, and certain PowerPC targets should, but most common targets 
shouldn't.  ("i" means that either the target mangles the bottom bits of 
function pointers, or function pointers don't point directly at code.)  And the 
x86 doesn't specify 4-byte alignment.

For each target, we should try to handle the LLVM backend at the same time...


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D143386

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

Reply via email to