From 5d5f3e90bbcb960eebe780780d69571d72f933e9 Mon Sep 17 00:00:00 2001 From: Ron Olson Date: Wed, 30 Oct 2019 14:43:51 -0500 Subject: Added patch for clang 9; removed old, unnecessary patch files --- compiler-rt-sanitizer.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 compiler-rt-sanitizer.patch (limited to 'compiler-rt-sanitizer.patch') diff --git a/compiler-rt-sanitizer.patch b/compiler-rt-sanitizer.patch new file mode 100644 index 0000000..bf8df64 --- /dev/null +++ b/compiler-rt-sanitizer.patch @@ -0,0 +1,11 @@ +--- compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.cc.orig 2019-10-30 12:10:54.591060832 -0500 ++++ compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.cc 2019-10-30 12:11:56.483063580 -0500 +@@ -1131,7 +1131,7 @@ + CHECK_SIZE_AND_OFFSET(ipc_perm, cgid); + #if !defined(__aarch64__) || !SANITIZER_LINUX || __GLIBC_PREREQ (2, 21) + /* On aarch64 glibc 2.20 and earlier provided incorrect mode field. */ +-CHECK_SIZE_AND_OFFSET(ipc_perm, mode); ++/* CHECK_SIZE_AND_OFFSET(ipc_perm, mode); */ /* Error with clang 9.0.0 */ + #endif + + CHECK_TYPE_SIZE(shmid_ds); -- cgit