[PATCH] D68050: WIP Make attribute target work better with AArch64
    Erich Keane via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Fri Sep 27 10:36:39 PDT 2019
    
    
  
erichkeane added a subscriber: echristo.
erichkeane added a comment.
Ah, Ugg... GCC must implement the target parsing handling different on a per-architecture basis (ARM vs X86).  We've only got parsing in place to do the x86 way. That ends up making this a much more difficult thing to maintain I suspect.
I also don't know if we have much of a way of expressing this in IR at the moment.  @echristo : How much do you know of this?
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D68050/new/
https://reviews.llvm.org/D68050
    
    
More information about the llvm-commits
mailing list