The command line options need to be processed before we create the TargetMachine.
authorBill Wendling <isanbard@gmail.com>
Thu, 23 May 2013 21:21:50 +0000 (21:21 +0000)
committerBill Wendling <isanbard@gmail.com>
Thu, 23 May 2013 21:21:50 +0000 (21:21 +0000)
commit8c18a6fe370f7f1fb3208a12434e862fc5e9b2e6
tree8d409871de8533e567a92660571017f276395d92
parent5a02fc4b5fa0eba4d0875db710400a74ada3b15f
The command line options need to be processed before we create the TargetMachine.

Move the processing of the command line options to right before we create the
TargetMachine instead of after.
<rdar://problem/13468287>

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182611 91177308-0d34-0410-b5e6-96231b3b80d8
tools/lto/LTOCodeGenerator.cpp