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)
commit4f6d26dbe89d51362b665fe8fb0f206434e52471
tree5a8a56dc301ac59d51362fd454b8a03f81fbfba8
parentb38059ab25cdabc9bcf4819cd82ab5955e8d3e3e
Move the verbose asm option to be part of the options struct and
set appropriately.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@209258 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCTargetOptions.h
include/llvm/MC/MCTargetOptionsCommandFlags.h
include/llvm/Target/TargetMachine.h
lib/CodeGen/LLVMTargetMachine.cpp
lib/MC/MCTargetOptions.cpp
lib/Target/TargetMachine.cpp
tools/llc/llc.cpp