Files
llvm-6502/include/llvm/CodeGen
Eli Bendersky cf42174647 Refactor TargetOptions initialization into a single place.
The same code (~20 lines) for initializing a TargetOptions object from CodeGen
cmdline flags is duplicated 4 times in 4 different tools. This patch moves it
into a utility function.

Since the CodeGen/CommandFlags.h file defines cl::opt flags in a header, it's
a bit of a touchy situation because we should only link them into tools. So this
patch puts the init function in the header.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@201699 91177308-0d34-0410-b5e6-96231b3b80d8
2014-02-19 17:09:35 +00:00
..
2014-02-19 12:26:01 +00:00
2013-03-25 13:47:46 +00:00
2013-12-26 14:43:33 +00:00
2013-02-09 13:29:31 +00:00
2014-02-14 20:15:56 +00:00
2013-08-16 23:30:19 +00:00
2013-12-28 21:56:51 +00:00
2013-08-16 23:30:19 +00:00
2013-12-12 00:19:07 +00:00
2014-01-24 17:20:08 +00:00
2014-01-24 17:20:08 +00:00