From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1698) id B9C02385800A; Thu, 13 May 2021 20:20:53 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B9C02385800A MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Iain D Sandoe To: gcc-cvs@gcc.gnu.org Subject: [gcc r12-781] libsanitizer : Update LOCAL_PATCHES. X-Act-Checkin: gcc X-Git-Author: Iain Sandoe X-Git-Refname: refs/heads/master X-Git-Oldrev: adab7b2bf42b469e51154a09a1b4fa0726a7073c X-Git-Newrev: 1f6fc2826d19136bb5ab97a4bdac07e6736b6869 Message-Id: <20210513202053.B9C02385800A@sourceware.org> Date: Thu, 13 May 2021 20:20:53 +0000 (GMT) X-BeenThere: gcc-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 May 2021 20:20:53 -0000 https://gcc.gnu.org/g:1f6fc2826d19136bb5ab97a4bdac07e6736b6869 commit r12-781-g1f6fc2826d19136bb5ab97a4bdac07e6736b6869 Author: Iain Sandoe Date: Thu May 13 21:19:19 2021 +0100 libsanitizer : Update LOCAL_PATCHES. This adds the local patch to handle missing __builtin_os_log_format on Darwin. libsanitizer/ChangeLog: * LOCAL_PATCHES: Add Darwin patch for __builtin_os_log_format. Diff: --- libsanitizer/LOCAL_PATCHES | 1 + 1 file changed, 1 insertion(+) diff --git a/libsanitizer/LOCAL_PATCHES b/libsanitizer/LOCAL_PATCHES index 6c48392e69f..b1969fc7882 100644 --- a/libsanitizer/LOCAL_PATCHES +++ b/libsanitizer/LOCAL_PATCHES @@ -1 +1,2 @@ fb73b1ce36c6ede097ecb220fcd0a1ed2df8fd01 +adab7b2bf42b469e51154a09a1b4fa0726a7073c