Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 370922 Details for
Bug 501764
sys-devel/llvm-9999 - clang-3.5-gentoo-install.patch fails
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
previous clang-3.5 patch sans header and addProfileRT section
clang-3.5-gentoo-install.patch (text/plain), 2.12 KB, created by
James Harvey
on 2014-02-21 02:23:38 UTC
(
hide
)
Description:
previous clang-3.5 patch sans header and addProfileRT section
Filename:
MIME Type:
Creator:
James Harvey
Created:
2014-02-21 02:23:38 UTC
Size:
2.12 KB
patch
obsolete
>--- > 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, 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 >@@ -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. > CmdArgs.push_back("-plugin"); >- std::string Plugin = ToolChain.getDriver().Dir + "/../lib/LLVMgold.so"; >+ std::string Plugin = ToolChain.getDriver().Dir + "/../@libdir@/LLVMgold.so"; > CmdArgs.push_back(Args.MakeArgString(Plugin)); > > // Try to pass driver level flags relevant to LTO code generation down to >diff --git a/tools/clang/tools/scan-build/scan-build b/tools/clang/tools/scan-build/scan-build >index 0f119f6..58f78d9 100755 >--- a/tools/clang/tools/scan-build/scan-build >+++ b/tools/clang/tools/scan-build/scan-build >@@ -419,7 +419,7 @@ > > my $Dir = shift; > >- my $JS = Cwd::realpath("$RealBin/sorttable.js"); >+ my $JS = Cwd::realpath("@EPREFIX@/usr/share/llvm/sorttable.js"); > > DieDiag("Cannot find 'sorttable.js'.\n") > if (! -r $JS); >@@ -429,7 +429,7 @@ > DieDiag("Could not copy 'sorttable.js' to '$Dir'.\n") > if (! -r "$Dir/sorttable.js"); > >- my $CSS = Cwd::realpath("$RealBin/scanview.css"); >+ my $CSS = Cwd::realpath("@EPREFIX@/usr/share/llvm/scanview.css"); > > DieDiag("Cannot find 'scanview.css'.\n") > if (! -r $CSS); >diff --git a/tools/clang/tools/scan-view/scan-view b/tools/clang/tools/scan-view/scan-view >index fb27da6..1f8ddb8 100755 >--- a/tools/clang/tools/scan-view/scan-view >+++ b/tools/clang/tools/scan-view/scan-view >@@ -54,7 +54,7 @@ def start_browser(port, options): > webbrowser.open(url) > > def run(port, options, root): >- import ScanView >+ from clang import ScanView > try: > print 'Starting scan-view at: http://%s:%d'%(options.host, > port) >-- >1.8.4.4 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 501764
:
370752
| 370922