diff options
| author | Rafael Espindola <rafael.espindola@gmail.com> | 2014-02-21 03:13:54 +0000 |
|---|---|---|
| committer | Rafael Espindola <rafael.espindola@gmail.com> | 2014-02-21 03:13:54 +0000 |
| commit | 48fa6ed1535ae5a94b7710482355e0f13353c5c6 (patch) | |
| tree | ab069566d69b014a9eb0d35ba20e9a54b1c71257 /llvm/docs/ReleaseNotes.rst | |
| parent | e4a5220d7c463d5f891f23e520f54e7734c24960 (diff) | |
| download | bcm5719-llvm-48fa6ed1535ae5a94b7710482355e0f13353c5c6.tar.gz bcm5719-llvm-48fa6ed1535ae5a94b7710482355e0f13353c5c6.zip | |
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.
llvm-svn: 201836
Diffstat (limited to 'llvm/docs/ReleaseNotes.rst')
| -rw-r--r-- | llvm/docs/ReleaseNotes.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst index 4aab5423074..42127c81f70 100644 --- a/llvm/docs/ReleaseNotes.rst +++ b/llvm/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 |

