diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-02-21 08:54:24 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-02-21 08:54:24 +0000 |
commit | 412594b2109cc2c494930b82d5c23f67a43b61bd (patch) | |
tree | 505f65aca8edd956f7f657dbc22c0cc8cd8a5c15 /sys-devel | |
parent | Unmask mail-filter/dovecot_delete_to_trash-0.5-r1 as it's fixed. (diff) | |
download | gentoo-2-412594b2109cc2c494930b82d5c23f67a43b61bd.tar.gz gentoo-2-412594b2109cc2c494930b82d5c23f67a43b61bd.tar.bz2 gentoo-2-412594b2109cc2c494930b82d5c23f67a43b61bd.zip |
Update clang patch wrt bug #501764, again.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/llvm/ChangeLog | 6 | ||||
-rw-r--r-- | sys-devel/llvm/files/clang-3.5-gentoo-install.patch | 18 |
2 files changed, 7 insertions, 17 deletions
diff --git a/sys-devel/llvm/ChangeLog b/sys-devel/llvm/ChangeLog index 75153a79d094..8a694e39b192 100644 --- a/sys-devel/llvm/ChangeLog +++ b/sys-devel/llvm/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-devel/llvm # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.175 2014/02/20 17:07:18 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/llvm/ChangeLog,v 1.176 2014/02/21 08:54:24 mgorny Exp $ + + 21 Feb 2014; Michał Górny <mgorny@gentoo.org> + files/clang-3.5-gentoo-install.patch: + Update clang patch wrt bug #501764, again. 20 Feb 2014; Michał Górny <mgorny@gentoo.org> files/clang-3.5-gentoo-install.patch: diff --git a/sys-devel/llvm/files/clang-3.5-gentoo-install.patch b/sys-devel/llvm/files/clang-3.5-gentoo-install.patch index 30f45b8d11f0..5d4261d0b48b 100644 --- a/sys-devel/llvm/files/clang-3.5-gentoo-install.patch +++ b/sys-devel/llvm/files/clang-3.5-gentoo-install.patch @@ -1,27 +1,13 @@ -From fa806920f0bc9cc867360c3d9407e05b3aba1e9f Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= <mgorny@gentoo.org> -Date: Tue, 3 Dec 2013 14:51:14 +0100 -Subject: [PATCH] gentoo clang install - --- - tools/clang/lib/Driver/Tools.cpp | 4 ++-- + tools/clang/lib/Driver/Tools.cpp | 2 +- tools/clang/tools/scan-build/scan-build | 4 ++-- tools/clang/tools/scan-view/scan-view | 2 +- - 3 files changed, 5 insertions(+), 5 deletions(-) + 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/clang/lib/Driver/Tools.cpp b/tools/clang/lib/Driver/Tools.cpp index 187ed38..55bcd99 100644 --- a/tools/clang/lib/Driver/Tools.cpp +++ b/tools/clang/lib/Driver/Tools.cpp -@@ -222,7 +222,7 @@ static void addProfileRT(const ToolChain &TC, const ArgList &Args, - // libprofile_rt.so. We used to use the -l:libprofile_rt.a syntax, but that is - // not supported by old linkers. - std::string ProfileRT = -- std::string(TC.getDriver().Dir) + "/../lib/libprofile_rt.a"; -+ "-l:libprofile_rt.a"; - - CmdArgs.push_back(Args.MakeArgString(ProfileRT)); - } @@ -1404,7 +1404,7 @@ static void AddGoldPlugin(const ToolChain &ToolChain, const ArgList &Args, // as gold requires -plugin to come before any -plugin-opt that -Wl might // forward. |