summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2014-02-21 03:13:54 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2014-02-21 03:13:54 +0000
commit9f5066c72c0aa77cc3a0a26f6e9f38af5daeeccb (patch)
tree3bc7ba3a97c3a872a874c48072fc961becfdc544 /docs
parented6718d2282b78602c0f7f112c498daa27e052bd (diff)
downloadllvm-9f5066c72c0aa77cc3a0a26f6e9f38af5daeeccb.tar.gz
llvm-9f5066c72c0aa77cc3a0a26f6e9f38af5daeeccb.tar.bz2
llvm-9f5066c72c0aa77cc3a0a26f6e9f38af5daeeccb.tar.xz
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
Diffstat (limited to 'docs')
-rw-r--r--docs/ReleaseNotes.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst
index 4aab542307..42127c81f7 100644
--- a/docs/ReleaseNotes.rst
+++ b/docs/ReleaseNotes.rst
@@ -49,7 +49,8 @@ Non-comprehensive list of changes in this release
* All inline assembly is parsed by the integrated assembler when it is enabled.
Previously this was only the case for object-file output. It is now the case
- for assembly output as well.
+ for assembly output as well. The integrated assembler can be disabled with
+ the ``-no-integrated-as`` option,
.. NOTE
For small 1-3 sentence descriptions, just add an entry at the end of