Skip to content
  • Jim Grosbach's avatar
    ARM BL/BLX instruction fixups should use relocations. · 7b811d30
    Jim Grosbach authored
    We on the linker to resolve calls to the appropriate BL/BLX instruction
    to make interworking function correctly. It uses the symbol in the
    relocation to do that, so we need to be careful about being too clever.
    
    To enable this for ARM mode, split the BL/BLX fixup kind off from the
    unconditional-branch fixups.
    
    rdar://10927209
    
    llvm-svn: 151571
    7b811d30
Loading