Skip to content
  • Rafael Espindola's avatar
    Move the support for using .init_array from ARM to the generic · ca3e0ee8
    Rafael Espindola authored
    TargetLoweringObjectFileELF. Use this to support it on X86. Unlike ARM,
    on X86 it is not easy to find out if .init_array should be used or not, so
    the decision is made via TargetOptions and defaults to off.
    
    Add a command line option to llc that enables it.
    
    llvm-svn: 158692
    ca3e0ee8
Loading