Migrate ABIName to MCTargetOptions so that it can be shared between
authorEric Christopher <echristo@gmail.com>
Wed, 14 Jan 2015 00:50:31 +0000 (00:50 +0000)
committerEric Christopher <echristo@gmail.com>
Wed, 14 Jan 2015 00:50:31 +0000 (00:50 +0000)
commitce0f74d412da46155b5d9ea01769a855bd2ef8d0
tree4fee71ded9f85be6c1cee8567585c5009caf4a0c
parent7c845683ea7c531b4bdc6b70be10a1bf758f2077
Migrate ABIName to MCTargetOptions so that it can be shared between
the TargetMachine level and the MC level.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@225891 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/CommandFlags.h
include/llvm/MC/MCTargetOptions.h
include/llvm/MC/MCTargetOptionsCommandFlags.h
include/llvm/Target/TargetOptions.h
lib/CodeGen/TargetOptionsImpl.cpp
lib/MC/MCTargetOptions.cpp
lib/Target/ARM/ARMTargetMachine.cpp