From: Rafael Espindola Date: Mon, 6 Jun 2016 18:23:11 +0000 (+0000) Subject: Add a release note about the --build-id change. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fa7de5c67e1e4b5acccca31305f2493a4505eafe;p=clang Add a release note about the --build-id change. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@271918 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst index bcf67ec494..376b4c7045 100644 --- a/docs/ReleaseNotes.rst +++ b/docs/ReleaseNotes.rst @@ -47,7 +47,10 @@ sections with improvements to Clang's support for those languages. 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 + -DENABLE_LINKER_BUILD_ID. Improvements to Clang's diagnostics ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^