r271918 - Add a release note about the --build-id change.

Sean Silva via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 9 03:38:42 PDT 2016


On Mon, Jun 6, 2016 at 11:23 AM, Rafael Espindola via cfe-commits <
cfe-commits at lists.llvm.org> wrote:

> Author: rafael
> Date: Mon Jun  6 13:23:11 2016
> New Revision: 271918
>
> URL: http://llvm.org/viewvc/llvm-project?rev=271918&view=rev
> Log:
> Add a release note about the --build-id change.
>
> Modified:
>     cfe/trunk/docs/ReleaseNotes.rst
>
> Modified: cfe/trunk/docs/ReleaseNotes.rst
> URL:
> http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/ReleaseNotes.rst?rev=271918&r1=271917&r2=271918&view=diff
>
> ==============================================================================
> --- cfe/trunk/docs/ReleaseNotes.rst (original)
> +++ cfe/trunk/docs/ReleaseNotes.rst Mon Jun  6 13:23:11 2016
> @@ -47,7 +47,10 @@ sections with improvements to Clang's su
>  Major New Features
>  ------------------
>
> -- Feature1...
> +- 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
>

nit: the second "it" here seems slightly ambiguous to my reading. Can you
say "build clang with" to avoid ambiguity about the "it"?

-- Sean Silva


> +  -DENABLE_LINKER_BUILD_ID.
>
>  Improvements to Clang's diagnostics
>  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>
>
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160609/f440ca08/attachment.html>


More information about the cfe-commits mailing list