Refactor the implementation of the TargetOptions out of TargetMachine, taking
authorNick Lewycky <nicholas@mxc.ca>
Sat, 10 Dec 2011 22:34:41 +0000 (22:34 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Sat, 10 Dec 2011 22:34:41 +0000 (22:34 +0000)
commitb3ffe102fe35b4e4ee595c30b54b335e653310a9
tree41d474c09e513b644916f2fba5e65714eda5fe8f
parent59164b731b36a1018a8ac241b0f2dc0a08dfec90
Refactor the implementation of the TargetOptions out of TargetMachine, taking
the only parts of TM that depends on CodeGen headers with it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146334 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/CMakeLists.txt
lib/Target/TargetMachine.cpp
lib/Target/TargetOptions.cpp [new file with mode: 0644]