Make DisableIntegratedAS a TargetOption.
authorRafael Espindola <rafael.espindola@gmail.com>
Fri, 21 Feb 2014 03:13:54 +0000 (03:13 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Fri, 21 Feb 2014 03:13:54 +0000 (03:13 +0000)
commit9f5066c72c0aa77cc3a0a26f6e9f38af5daeeccb
tree3bc7ba3a97c3a872a874c48072fc961becfdc544
parented6718d2282b78602c0f7f112c498daa27e052bd
Make DisableIntegratedAS a TargetOption.

This replaces the old NoIntegratedAssembler with at TargetOption. This is
more flexible and will be used to forward clang's -no-integrated-as option.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@201836 91177308-0d34-0410-b5e6-96231b3b80d8
docs/ReleaseNotes.rst
include/llvm/Target/TargetOptions.h
lib/CodeGen/LLVMTargetMachine.cpp
tools/llc/llc.cpp