From: Rafael Espindola Date: Thu, 9 Jun 2016 13:35:55 +0000 (+0000) Subject: Replace an ambiguous "it" X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=023670a733e355c2805b852d86a4462a46aab44a;p=clang Replace an ambiguous "it" Thanks to Sean for the suggestion. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@272260 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst index 376b4c7045..6da879043c 100644 --- a/docs/ReleaseNotes.rst +++ b/docs/ReleaseNotes.rst @@ -49,7 +49,7 @@ Major New Features - Clang will no longer passes --build-id by default to the linker. In modern linkers that is a relatively expensive option. It can be passed explicitly - with -Wl,--build-id. To have clang always pass it, build it with + with -Wl,--build-id. To have clang always pass it, build clang with -DENABLE_LINKER_BUILD_ID. Improvements to Clang's diagnostics