diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-04-01 13:29:14 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-04-01 13:29:14 +0000 |
commit | aef5472d832fb0e83e624316fe1d2ab45ddf315d (patch) | |
tree | 5dd7a5d10ff5e646cbcbf5c84cdc3931873bd35c /devel/llvm37/files/compiler-rt-patch-svn-294806 | |
parent | Remove files/patch-armv6-hf-support since armv6hf no longer exists as (diff) |
Actually remove llvm37 and clang37
Reported by: jbeich
Pointy hat to: bapt
Notes
Notes:
svn path=/head/; revision=437436
Diffstat (limited to 'devel/llvm37/files/compiler-rt-patch-svn-294806')
-rw-r--r-- | devel/llvm37/files/compiler-rt-patch-svn-294806 | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/devel/llvm37/files/compiler-rt-patch-svn-294806 b/devel/llvm37/files/compiler-rt-patch-svn-294806 deleted file mode 100644 index e96ee216a040..000000000000 --- a/devel/llvm37/files/compiler-rt-patch-svn-294806 +++ /dev/null @@ -1,30 +0,0 @@ ---- tools/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.cc.orig 2015-06-25 20:50:18 UTC -+++ tools/compiler-rt/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> -@@ -374,6 +369,7 @@ namespace __sanitizer { - 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); -@@ -393,7 +389,6 @@ namespace __sanitizer { - 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); |