[llvm-branch-commits] [llvm-branch] r242962 - Add a few items to the 3.7 release note, from Rafael
Daniel Sanders
Daniel.Sanders at imgtec.com
Thu Jul 23 05:37:32 PDT 2015
> -----Original Message-----
> From: llvm-branch-commits-bounces at cs.uiuc.edu [mailto:llvm-branch-
> commits-bounces at cs.uiuc.edu] On Behalf Of Hans Wennborg
> Sent: 23 July 2015 00:16
> To: llvm-branch-commits at cs.uiuc.edu
> Subject: [llvm-branch-commits] [llvm-branch] r242962 - Add a few items to
> the 3.7 release note, from Rafael
>
> Author: hans
> Date: Wed Jul 22 18:15:32 2015
> New Revision: 242962
>
> URL: http://llvm.org/viewvc/llvm-project?rev=242962&view=rev
> Log:
> Add a few items to the 3.7 release note, from Rafael
>
> Modified:
> llvm/branches/release_37/docs/ReleaseNotes.rst
>
> Modified: llvm/branches/release_37/docs/ReleaseNotes.rst
> URL: http://llvm.org/viewvc/llvm-
> project/llvm/branches/release_37/docs/ReleaseNotes.rst?rev=242962&r1=2
> 42961&r2=242962&view=diff
> ==========================================================
> ====================
> --- llvm/branches/release_37/docs/ReleaseNotes.rst (original)
> +++ llvm/branches/release_37/docs/ReleaseNotes.rst Wed Jul 22 18:15:32
> 2015
> @@ -53,6 +53,19 @@ Non-comprehensive list of changes in thi
> a pointer to make it explicit. The Module owns the datalayout and it has to
> match the one attached to the TargetMachine for generating code.
>
> +* Comdats are now ortogonal to the linkage. LLVM will not create
> + comdats for weak linkage globals and the frontends are responsible
> + for explicitly adding them.
Spotted a typo: ortogonal -> orthogonal.
More information about the llvm-branch-commits
mailing list