-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
IGC: Requires building lld and sources to libunwind from LLVM
- Loading branch information
Showing
5 changed files
with
51 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
PKG_NAME = libunwind | ||
PKG_VERS = 14.0.5 | ||
PKG_EXT = tar.xz | ||
PKG_DIST_NAME = $(PKG_NAME)-$(PKG_VERS).src.$(PKG_EXT) | ||
PKG_DIST_SITE = https://github.com/llvm/llvm-project/releases/download/llvmorg-$(PKG_VERS) | ||
PKG_DIR = $(PKG_NAME)-$(PKG_VERS).src | ||
|
||
HOMEPAGE = https://llvm.org/ | ||
COMMENT = The LLVM Project is a collection of modular and reusable compiler and toolchain technologies | ||
LICENSE = Apache v2.0 with LLVM Exceptions | ||
|
||
POST_EXTRACT_TARGET = llvm_post_extract_target | ||
CONFIGURE_TARGET = nop | ||
COMPILE_TARGET = nop | ||
INSTALL_TARGET = nop | ||
|
||
include ../../mk/spksrc.cross-cmake.mk | ||
|
||
.PHONY: llvm_post_extract_target | ||
llvm_post_extract_target: | ||
@cd $(WORK_DIR) && ln -s $(PKG_DIR) $(PKG_NAME) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
libunwind-14.0.5.src.tar.xz SHA1 2dfcc92ed5aed4c0ef1b2be029bdb258236943b5 | ||
libunwind-14.0.5.src.tar.xz SHA256 81828d3318d4f6596c5b3625832d4b5e216c9a1fd3f53ceca561ac569aa07a3a | ||
libunwind-14.0.5.src.tar.xz MD5 f96c8986e1b2e288ab1a373fbaa09352 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
PKG_NAME = lld | ||
PKG_VERS = 14.0.5 | ||
PKG_EXT = tar.xz | ||
PKG_DIST_NAME = $(PKG_NAME)-$(PKG_VERS).src.$(PKG_EXT) | ||
PKG_DIST_SITE = https://github.com/llvm/llvm-project/releases/download/llvmorg-$(PKG_VERS) | ||
PKG_DIR = $(PKG_NAME)-$(PKG_VERS).src | ||
|
||
HOMEPAGE = https://llvm.org/ | ||
COMMENT = The LLVM Project is a collection of modular and reusable compiler and toolchain technologies | ||
LICENSE = Apache v2.0 with LLVM Exceptions | ||
|
||
POST_EXTRACT_TARGET = llvm_post_extract_target | ||
CONFIGURE_TARGET = nop | ||
COMPILE_TARGET = nop | ||
INSTALL_TARGET = nop | ||
|
||
include ../../mk/spksrc.cross-cmake.mk | ||
|
||
.PHONY: llvm_post_extract_target | ||
llvm_post_extract_target: | ||
@cd $(WORK_DIR) && ln -s $(PKG_DIR) $(PKG_NAME) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
lld-14.0.5.src.tar.xz SHA1 54963ee6465197be6912a3793b4464182062a613 | ||
lld-14.0.5.src.tar.xz SHA256 8aa7be03500a37d8a1ff838f27c801648e2cb41828e7a8bc436d8d6e404224d8 | ||
lld-14.0.5.src.tar.xz MD5 53c61cd4ea4dbdaba2efbaca9e583f0d |