"git@repo.hca.bsc.es:rferrer/llvm-epi.git" did not exist on "c884cfbeb95e6556f4730222e715b982cc259f4e"
Add a new string member to the TargetOptions struct for the name
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
Loading
Please register or sign in to comment