pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
lld-git: Regenerate patches and update PLIST
Module Name: pkgsrc-wip
Committed By: Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By: kamil
Date: Mon Jan 30 23:27:10 2017 +0100
Changeset: aa3472b12b09244fd79138e13cdf2cabe29a20f8
Modified Files:
lld-git/Makefile
lld-git/PLIST
lld-git/distinfo
lld-git/patches/patch-CMakeLists.txt
Removed Files:
lld-git/patches/patch-ELF_CMakeLists.txt
lld-git/patches/patch-ELF_Strings.cpp
lld-git/patches/patch-lib_ReaderWriter_MachO_MachOLinkingContext.cpp
Log Message:
lld-git: Regenerate patches and update PLIST
Catch up after LLVM+Clang+LLDB.
Sponsored by <The NetBSD Foundation>
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=aa3472b12b09244fd79138e13cdf2cabe29a20f8
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
lld-git/Makefile | 2 +-
lld-git/PLIST | 1 +
lld-git/distinfo | 5 +----
lld-git/patches/patch-CMakeLists.txt | 7 +++++--
lld-git/patches/patch-ELF_CMakeLists.txt | 11 -----------
lld-git/patches/patch-ELF_Strings.cpp | 13 -------------
.../patch-lib_ReaderWriter_MachO_MachOLinkingContext.cpp | 13 -------------
7 files changed, 8 insertions(+), 44 deletions(-)
diffs:
diff --git a/lld-git/Makefile b/lld-git/Makefile
index 3e7b36d..02c5b37 100644
--- a/lld-git/Makefile
+++ b/lld-git/Makefile
@@ -1,6 +1,6 @@
# $NetBSD: Makefile.common,v 1.7 2015/07/20 05:49:53 adam Exp $
-PKGNAME= lld-4.0.0
+PKGNAME= lld-5.0.0
CATEGORIES= devel
GIT_REPOSITORIES= lld
diff --git a/lld-git/PLIST b/lld-git/PLIST
index 4e02bf6..11ce3cd 100644
--- a/lld-git/PLIST
+++ b/lld-git/PLIST
@@ -29,6 +29,7 @@ include/lld/Core/Writer.h
include/lld/Driver/Driver.h
include/lld/ReaderWriter/MachOLinkingContext.h
include/lld/ReaderWriter/YamlContext.h
+include/lld/Support/Memory.h
lib/liblldCOFF.a
lib/liblldConfig.a
lib/liblldCore.a
diff --git a/lld-git/distinfo b/lld-git/distinfo
index 86c1b5f..fea100e 100644
--- a/lld-git/distinfo
+++ b/lld-git/distinfo
@@ -12,7 +12,4 @@ Size (libcxx-3.6.2.src.tar.xz) = 944020 bytes
SHA1 (llvm-3.6.2.src.tar.xz) = 7a00257eb2bc9431e4c77c3a36b033072c54bc7e
RMD160 (llvm-3.6.2.src.tar.xz) = 521cbc5fe2925ea3c6e90c7a31f752a04045c972
Size (llvm-3.6.2.src.tar.xz) = 12802380 bytes
-SHA1 (patch-CMakeLists.txt) = cebcd0e7033d5f98123b1347962724b165226c32
-SHA1 (patch-ELF_CMakeLists.txt) = 49f9c0c191a274f8c3ec7bb6b310853c834b8411
-SHA1 (patch-ELF_Strings.cpp) = 1a0cb586e08336e9d52ba791f94148419590315d
-SHA1 (patch-lib_ReaderWriter_MachO_MachOLinkingContext.cpp) = 6a9b951b8b029c9cbb15260f629534e2a82417a0
+SHA1 (patch-CMakeLists.txt) = 5da4ec9db33c694748352033c8757c767364c2ec
diff --git a/lld-git/patches/patch-CMakeLists.txt b/lld-git/patches/patch-CMakeLists.txt
index d69e797..01371c3 100644
--- a/lld-git/patches/patch-CMakeLists.txt
+++ b/lld-git/patches/patch-CMakeLists.txt
@@ -1,8 +1,11 @@
$NetBSD$
---- CMakeLists.txt.orig 2016-09-10 20:15:44.000000000 +0000
+--- CMakeLists.txt.orig 2017-01-30 22:17:20.000000000 +0000
+++ CMakeLists.txt
-@@ -1,3 +1,130 @@
+@@ -51,6 +51,133 @@ if(CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRE
+ include(HandleLLVMOptions)
+ endif()
+
+cmake_minimum_required(VERSION 3.4.3)
+
+# If we are not building as a part of LLVM, build LLD as an
diff --git a/lld-git/patches/patch-ELF_CMakeLists.txt b/lld-git/patches/patch-ELF_CMakeLists.txt
deleted file mode 100644
index ddf32a0..0000000
--- a/lld-git/patches/patch-ELF_CMakeLists.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-$NetBSD$
-
---- ELF/CMakeLists.txt.orig 2016-09-10 20:15:44.000000000 +0000
-+++ ELF/CMakeLists.txt
-@@ -51,4 +51,5 @@ add_lld_library(lldELF
- ${PTHREAD_LIB}
- )
-
--add_dependencies(lldELF intrinsics_gen ELFOptionsTableGen)
-+#add_dependencies(lldELF intrinsics_gen ELFOptionsTableGen)
-+add_dependencies(lldELF ELFOptionsTableGen)
diff --git a/lld-git/patches/patch-ELF_Strings.cpp b/lld-git/patches/patch-ELF_Strings.cpp
deleted file mode 100644
index 5d00e10..0000000
--- a/lld-git/patches/patch-ELF_Strings.cpp
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD$
-
---- ELF/Strings.cpp.orig 2016-09-10 20:15:44.000000000 +0000
-+++ ELF/Strings.cpp
-@@ -12,7 +12,7 @@
- #include "llvm/ADT/ArrayRef.h"
- #include "llvm/ADT/StringRef.h"
- #include "llvm/ADT/Twine.h"
--#include "llvm/Config/config.h"
-+#include "llvm/Config/llvm-config.h"
- #include "llvm/Demangle/Demangle.h"
- #include <algorithm>
-
diff --git a/lld-git/patches/patch-lib_ReaderWriter_MachO_MachOLinkingContext.cpp b/lld-git/patches/patch-lib_ReaderWriter_MachO_MachOLinkingContext.cpp
deleted file mode 100644
index 92db180..0000000
--- a/lld-git/patches/patch-lib_ReaderWriter_MachO_MachOLinkingContext.cpp
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD$
-
---- lib/ReaderWriter/MachO/MachOLinkingContext.cpp.orig 2016-09-10 20:15:44.000000000 +0000
-+++ lib/ReaderWriter/MachO/MachOLinkingContext.cpp
-@@ -22,7 +22,7 @@
- #include "llvm/ADT/STLExtras.h"
- #include "llvm/ADT/StringExtras.h"
- #include "llvm/ADT/Triple.h"
--#include "llvm/Config/config.h"
-+#include "llvm/Config/llvm-config.h"
- #include "llvm/Demangle/Demangle.h"
- #include "llvm/Support/Debug.h"
- #include "llvm/Support/Errc.h"
Home |
Main Index |
Thread Index |
Old Index