pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

compiler-rt-commonsan: Disable ubsan



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sat Jul 8 13:44:41 2017 +0200
Changeset:	34339a64ac398161a613c67c677cb5b081232258

Modified Files:
	compiler-rt-commonsan/distinfo
	compiler-rt-commonsan/patches/patch-cmake_config-ix.cmake

Log Message:
compiler-rt-commonsan: Disable ubsan

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=34339a64ac398161a613c67c677cb5b081232258

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 compiler-rt-commonsan/distinfo                            | 2 +-
 compiler-rt-commonsan/patches/patch-cmake_config-ix.cmake | 9 ---------
 2 files changed, 1 insertion(+), 10 deletions(-)

diffs:
diff --git a/compiler-rt-commonsan/distinfo b/compiler-rt-commonsan/distinfo
index 248ed676a3..7b1f83fcac 100644
--- a/compiler-rt-commonsan/distinfo
+++ b/compiler-rt-commonsan/distinfo
@@ -12,7 +12,7 @@ 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-cmake_config-ix.cmake) = d0b0de34e0e4ff5feb262dac19a78082e0afc921
+SHA1 (patch-cmake_config-ix.cmake) = 70b46a3563e40825c233022df11069acd32eb04e
 SHA1 (patch-lib_interception_interception.h) = e6826deb85420ac5c7d9594d5d4364767d22389f
 SHA1 (patch-lib_interception_interception__linux.cc) = 9748f01fb3621c51197a435422e658b9f694dc01
 SHA1 (patch-lib_interception_interception__linux.h) = 8ab24466d85d19d0c5dd35c5867a7cc958009143
diff --git a/compiler-rt-commonsan/patches/patch-cmake_config-ix.cmake b/compiler-rt-commonsan/patches/patch-cmake_config-ix.cmake
index 5b3911a1ec..1ecae9f2af 100644
--- a/compiler-rt-commonsan/patches/patch-cmake_config-ix.cmake
+++ b/compiler-rt-commonsan/patches/patch-cmake_config-ix.cmake
@@ -11,12 +11,3 @@ $NetBSD$
      (OS_NAME MATCHES "Windows" AND (NOT MINGW AND NOT CYGWIN))))
    set(COMPILER_RT_HAS_SANITIZER_COMMON TRUE)
  else()
-@@ -504,7 +504,7 @@ else()
- endif()
- 
- if (COMPILER_RT_HAS_SANITIZER_COMMON AND UBSAN_SUPPORTED_ARCH AND
--    OS_NAME MATCHES "Darwin|Linux|FreeBSD|Windows|Android")
-+    OS_NAME MATCHES "Darwin|Linux|FreeBSD|NetBSD|Windows|Android")
-   set(COMPILER_RT_HAS_UBSAN TRUE)
- else()
-   set(COMPILER_RT_HAS_UBSAN FALSE)


Home | Main Index | Thread Index | Old Index