From 48fa6ed1535ae5a94b7710482355e0f13353c5c6 Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Fri, 21 Feb 2014 03:13:54 +0000 Subject: 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 --- llvm/docs/ReleaseNotes.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'llvm/docs/ReleaseNotes.rst') 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 -- cgit v1.2.3