Update to rc3.
Sponsored by: DARPA, AFRL
This commit is contained in:
parent
8a5ab7b6c7
commit
bf71d21cf4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=435298
3 changed files with 16 additions and 49 deletions
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= llvm
|
||||
DISTVERSION= 4.0.0rc2
|
||||
DISTVERSION= 4.0.0rc3
|
||||
CATEGORIES= devel lang
|
||||
MASTER_SITES= http://llvm.org/${PRE_}releases/${LLVM_RELEASE}/${RCDIR}
|
||||
PKGNAMESUFFIX= ${LLVM_SUFFIX}
|
||||
|
@ -328,9 +328,6 @@ post-patch-CLANG-on:
|
|||
${REINPLACE_CMD} -e 's|%%LLVM_PREFIX%%|${LLVM_PREFIX}|' \
|
||||
${PATCH_WRKSRC}/tools/clang/lib/Driver/Tools.cpp
|
||||
|
||||
post-patch-COMPILER_RT-on:
|
||||
cd ${WRKSRC_compiler_rt} && patch < ${PATCHDIR}/compiler-rt-patch-svn-294806
|
||||
|
||||
post-build-COMPILER_RT-on:
|
||||
${MKDIR} ${WRKDIR}/compiler-rt-build
|
||||
cd ${WRKDIR}/compiler-rt-build && \
|
||||
|
|
|
@ -1,15 +1,15 @@
|
|||
TIMESTAMP = 1487118832
|
||||
SHA256 (llvm-4.0.0rc2.src.tar.xz) = 2257faed3795fedfc509d6dd5905be158231c508c6fcaaa02e4a09c5e8dadbe1
|
||||
SIZE (llvm-4.0.0rc2.src.tar.xz) = 21005416
|
||||
SHA256 (cfe-4.0.0rc2.src.tar.xz) = 76d6c9b7f388a93a0303dbbac0e42b183b242f822b65eb44064679e7c36aa5dc
|
||||
SIZE (cfe-4.0.0rc2.src.tar.xz) = 10898628
|
||||
SHA256 (compiler-rt-4.0.0rc2.src.tar.xz) = 5902f67a9feadc74b455b3f4979a2ff913918209a681e104d6010622334a201e
|
||||
SIZE (compiler-rt-4.0.0rc2.src.tar.xz) = 1433644
|
||||
SHA256 (clang-tools-extra-4.0.0rc2.src.tar.xz) = 1f682bd28714cf95b3e5fa6e638276973442fed349acd8a38a08f15bca9efb7a
|
||||
SIZE (clang-tools-extra-4.0.0rc2.src.tar.xz) = 583208
|
||||
SHA256 (lld-4.0.0rc2.src.tar.xz) = 37381d14b13fee27bffef0b6d2650d82c79d69100385f6fa181a0034c2aa9b90
|
||||
SIZE (lld-4.0.0rc2.src.tar.xz) = 592856
|
||||
SHA256 (lldb-4.0.0rc2.src.tar.xz) = 07cce3289d97a8f7fbd069e8105fecf722fb3631d9b0822a5b1dacf0d7a1713c
|
||||
SIZE (lldb-4.0.0rc2.src.tar.xz) = 19122472
|
||||
SHA256 (openmp-4.0.0rc2.src.tar.xz) = d7a927c0a7b0c0572e0c1e316a1bf2b7fbc398418fa411bcb34e7b7d53811715
|
||||
SIZE (openmp-4.0.0rc2.src.tar.xz) = 2039312
|
||||
TIMESTAMP = 1488499930
|
||||
SHA256 (llvm-4.0.0rc3.src.tar.xz) = 6727c98f436581adc6b8f9c2ad055d8e27832f60a127e97b3451eba85ef28345
|
||||
SIZE (llvm-4.0.0rc3.src.tar.xz) = 21013952
|
||||
SHA256 (cfe-4.0.0rc3.src.tar.xz) = 974f47d91d97cebadceb33f7a966d1c158f57ffd012a300fd3d96f817ef64dd3
|
||||
SIZE (cfe-4.0.0rc3.src.tar.xz) = 10901068
|
||||
SHA256 (compiler-rt-4.0.0rc3.src.tar.xz) = 452d04bc14ac8dc4a8ccecd2580dba186811724dd430844c61255c56d287d849
|
||||
SIZE (compiler-rt-4.0.0rc3.src.tar.xz) = 1432488
|
||||
SHA256 (clang-tools-extra-4.0.0rc3.src.tar.xz) = 08cf8e27775617f703983fa641be89538bbd7f9da0b53c4aa8bbb8c10f282cb1
|
||||
SIZE (clang-tools-extra-4.0.0rc3.src.tar.xz) = 583064
|
||||
SHA256 (lld-4.0.0rc3.src.tar.xz) = 851c9f5f4fa8834f0e7deff5ddbce314fe0dfdfc4c1ee41f37c711e7e3b9be4e
|
||||
SIZE (lld-4.0.0rc3.src.tar.xz) = 592796
|
||||
SHA256 (lldb-4.0.0rc3.src.tar.xz) = e74352fabc0f76556e360fa3b7e971665931bebde3ce7f437ff2714a8f9f20e3
|
||||
SIZE (lldb-4.0.0rc3.src.tar.xz) = 19123208
|
||||
SHA256 (openmp-4.0.0rc3.src.tar.xz) = 9692a8f8b2344b65afe2374959d02430515a29ff3420552f1c1b94cc663c85eb
|
||||
SIZE (openmp-4.0.0rc3.src.tar.xz) = 2039416
|
||||
|
|
|
@ -1,30 +0,0 @@
|
|||
--- lib/sanitizer_common/sanitizer_platform_limits_posix.cc.orig 2016-12-20 07:58:49 UTC
|
||||
+++ lib/sanitizer_common/sanitizer_platform_limits_posix.cc
|
||||
@@ -23,11 +23,6 @@
|
||||
#ifdef _FILE_OFFSET_BITS
|
||||
#undef _FILE_OFFSET_BITS
|
||||
#endif
|
||||
-#if SANITIZER_FREEBSD
|
||||
-#define _WANT_RTENTRY
|
||||
-#include <sys/param.h>
|
||||
-#include <sys/socketvar.h>
|
||||
-#endif
|
||||
#include <arpa/inet.h>
|
||||
#include <dirent.h>
|
||||
#include <errno.h>
|
||||
@@ -433,6 +428,7 @@ unsigned struct_ElfW_Phdr_sz = sizeof(El
|
||||
unsigned struct_input_absinfo_sz = sizeof(struct input_absinfo);
|
||||
unsigned struct_input_id_sz = sizeof(struct input_id);
|
||||
unsigned struct_mtpos_sz = sizeof(struct mtpos);
|
||||
+ unsigned struct_rtentry_sz = sizeof(struct rtentry);
|
||||
unsigned struct_termio_sz = sizeof(struct termio);
|
||||
unsigned struct_vt_consize_sz = sizeof(struct vt_consize);
|
||||
unsigned struct_vt_sizes_sz = sizeof(struct vt_sizes);
|
||||
@@ -452,7 +448,6 @@ unsigned struct_ElfW_Phdr_sz = sizeof(El
|
||||
unsigned struct_midi_info_sz = sizeof(struct midi_info);
|
||||
unsigned struct_mtget_sz = sizeof(struct mtget);
|
||||
unsigned struct_mtop_sz = sizeof(struct mtop);
|
||||
- unsigned struct_rtentry_sz = sizeof(struct rtentry);
|
||||
unsigned struct_sbi_instrument_sz = sizeof(struct sbi_instrument);
|
||||
unsigned struct_seq_event_rec_sz = sizeof(struct seq_event_rec);
|
||||
unsigned struct_synth_info_sz = sizeof(struct synth_info);
|
Loading…
Reference in a new issue