]> granicus.if.org Git - clang/commitdiff
Add a release note about the --build-id change.
authorRafael Espindola <rafael.espindola@gmail.com>
Mon, 6 Jun 2016 18:23:11 +0000 (18:23 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Mon, 6 Jun 2016 18:23:11 +0000 (18:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@271918 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.rst

index bcf67ec494400f4edd972c1c0a97a1e503a4f329..376b4c704571768bf15529c438ef2798681b5f4a 100644 (file)
@@ -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
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^