[lld] r205224 - Revert "[core] support .gnu.linkonce sections"

Duncan P. N. Exon Smith dexonsmith at apple.com
Tue Apr 8 20:42:16 PDT 2014


On 2014 Mar 31, at 15:48, Shankar Easwaran <shankare at codeaurora.org> wrote:

> On 3/31/2014 2:41 PM, Joerg Sonnenberger wrote:
>> On Mon, Mar 31, 2014 at 05:12:06PM -0000, Shankar Easwaran wrote:
>>> Author: shankare
>>> Date: Mon Mar 31 12:12:06 2014
>>> New Revision: 205224
>>> 
>>> URL: http://llvm.org/viewvc/llvm-project?rev=205224&view=rev
>>> Log:
>>> Revert "[core] support .gnu.linkonce sections"
>>> 
>>> This reverts commit 5d5ca72a7876c3dd3dd1db83dc6a0d74be9e2cd1.
>> Please do not use git hashes in commit messages, thanks.
> Ah, sorry.  I will keep a note of this.

FYI, there's a tool in the LLVM repo at utils/git-svn/git-svnrevert
that makes this easier.  If you copy that into your path, then:

    $ git svnrevert 5d5ca72a

gives you a revert message with the SVN revision instead of the git
hash.

More details in GettingStarted [1].

[1]: http://llvm.org/docs/GettingStarted.html#for-developers-to-work-with-git-svn



More information about the llvm-commits mailing list