Move the verbose asm option to be part of the options struct and
authorEric Christopher <echristo@gmail.com>
Tue, 20 May 2014 23:59:50 +0000 (23:59 +0000)
committerEric Christopher <echristo@gmail.com>
Tue, 20 May 2014 23:59:50 +0000 (23:59 +0000)
commiteb719728877b4f32534816fcacda4b4ee45b0d83
treea8b3327fbf4feb679578705e1763c47f110bba44
parent5719614b775c26fe2e249d9abacaf1f1ed126dd8
Move the verbose asm option to be part of the options struct and
set appropriately.

llvm-svn: 209258
llvm/include/llvm/MC/MCTargetOptions.h
llvm/include/llvm/MC/MCTargetOptionsCommandFlags.h
llvm/include/llvm/Target/TargetMachine.h
llvm/lib/CodeGen/LLVMTargetMachine.cpp
llvm/lib/MC/MCTargetOptions.cpp
llvm/lib/Target/TargetMachine.cpp
llvm/tools/llc/llc.cpp