Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] llvm8: Move /usr/bin/wasm-ld into lld subpackage.
Date: Wed, 31 Jul 2019 16:32:16 +0200	[thread overview]
Message-ID: <20190731143216.oNO7AqCuLGoW6iWGxnHS3rnKOixZEIae35X1Yr4ZGuk@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-13425@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 403 bytes --]

There is an updated pull request by knusbaum against master on the void-packages repository

https://github.com/knusbaum/void-packages LLVM8_WASM_FIX
https://github.com/void-linux/void-packages/pull/13425

llvm8: Move /usr/bin/wasm-ld into lld subpackage.
Fixes #12806 by moving the symlink into the subpackage.

A patch file from https://github.com/void-linux/void-packages/pull/13425.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-LLVM8_WASM_FIX-13425.patch --]
[-- Type: text/x-diff, Size: 830 bytes --]

From cacd2a82ac2f9c2d00a8d39edc5dd1cf9ad1796a Mon Sep 17 00:00:00 2001
From: Kyle Nusbaum <kylenusbaum@granular.ag>
Date: Tue, 30 Jul 2019 19:57:39 -0500
Subject: [PATCH] llvm8: Move /usr/bin/wasm-ld into lld subpackage.

---
 srcpkgs/llvm8/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/llvm8/template b/srcpkgs/llvm8/template
index 9765baa23df..8e09cf5bf4c 100644
--- a/srcpkgs/llvm8/template
+++ b/srcpkgs/llvm8/template
@@ -1,7 +1,7 @@
-# Template file for 'llvm8'.
+# Template file for 'llvm8'
 pkgname=llvm8
 version=8.0.0
-revision=6
+revision=7
 wrksrc="llvm-${version}.src"
 build_style=cmake
 configure_args="
@@ -223,6 +223,7 @@ lld_package() {
 	homepage="https://lld.llvm.org"
 	pkg_install() {
 		vmove usr/bin/lld*
+		vmove usr/bin/wasm-ld
 		vmove usr/bin/ld.lld*
 	}
 }

  reply	other threads:[~2019-07-31 14:32 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-31  0:58 [PR PATCH] " voidlinux-github
2019-07-31 14:32 ` voidlinux-github [this message]
2019-07-31 14:32 ` [PR PATCH] [Updated] " voidlinux-github

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190731143216.oNO7AqCuLGoW6iWGxnHS3rnKOixZEIae35X1Yr4ZGuk@z \
    --to=voidlinux-github@inbox.vuxu.org \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).