Eric Christopher
6e30cd95cb
Migrate ABIName to MCTargetOptions so that it can be shared between
...
the TargetMachine level and the MC level.
llvm-svn: 225891
2015-01-14 00:50:31 +00:00
Joerg Sonnenberger
2981591f7f
Convert MC command line option for fatal assembler warnings into a
...
proper flag.
llvm-svn: 216471
2014-08-26 18:39:50 +00:00
Eric Christopher
4c5bff36ad
Move -dwarf-version to an MC level command line option so it's
...
used by all of the MC level tools and codegen. Fix up all uses
in the compiler to use this and set it on the context accordingly.
llvm-svn: 211257
2014-06-19 06:22:08 +00:00
Eric Christopher
eb71972887
Move the verbose asm option to be part of the options struct and
...
set appropriately.
llvm-svn: 209258
2014-05-20 23:59:50 +00:00
Eric Christopher
5d376066df
Move more MC options into the MCTargetOptions structure.
...
No functional change.
llvm-svn: 208932
2014-05-15 23:27:49 +00:00
Eric Christopher
737e089bda
Move the TargetMachine MC options to MCTargetOptions. No functional
...
change.
llvm-svn: 208832
2014-05-15 01:08:00 +00:00
Evgeniy Stepanov
0a951b775e
Create MCTargetOptions.
...
For now it contains a single flag, SanitizeAddress, which enables
AddressSanitizer instrumentation of inline assembly.
Patch by Yuri Gorshenin.
llvm-svn: 206971
2014-04-23 11:16:03 +00:00