Skip to content
Snippets Groups Projects
Commit fa7de5c6 authored by Rafael Espindola's avatar Rafael Espindola
Browse files

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
parent f9caf294
No related branches found
No related tags found
No related merge requests found
......@@ -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
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment