Skip to content
  • Eric Christopher's avatar
    Add a new string member to the TargetOptions struct for the name · 661f2d1c
    Eric Christopher authored
    of the abi we should be using. For targets that don't use the
    option there's no change, otherwise this allows external users
    to set the ABI via string and avoid some of the -backend-option
    pain in clang.
    
    Use this option to move the ABI for the ARM port from the
    Subtarget to the TargetMachine and update the testcases
    accordingly since it's no longer valid to set via -mattr.
    
    llvm-svn: 224492
    661f2d1c
Loading