Move the TargetMachine MC options to MCTargetOptions. No functional
authorEric Christopher <echristo@gmail.com>
Thu, 15 May 2014 01:08:00 +0000 (01:08 +0000)
committerEric Christopher <echristo@gmail.com>
Thu, 15 May 2014 01:08:00 +0000 (01:08 +0000)
commitafc6099348a77ec9c9b81fe90824975dca9f2d75
tree211802e01cc6c77b60683872e0aa44f2ccf4fea4
parente880187bb66294944e68c1d5e099813adb4b55e2
Move the TargetMachine MC options to MCTargetOptions. No functional
change.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@208832 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCTargetOptions.h
include/llvm/Target/TargetMachine.h
lib/MC/MCTargetOptions.cpp
lib/Target/TargetMachine.cpp