From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1039) id D2E4B3858418; Mon, 6 Dec 2021 16:19:15 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D2E4B3858418 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: H.J. Lu To: gcc-cvs@gcc.gnu.org Subject: [gcc r12-5807] libsanitizer: Update LOCAL_PATCHES X-Act-Checkin: gcc X-Git-Author: H.J. Lu X-Git-Refname: refs/heads/master X-Git-Oldrev: 70b043845d7c378c6a9361a6769885897d1018c2 X-Git-Newrev: 2a20407bacbd80662b020f9e11833077fb237115 Message-Id: <20211206161915.D2E4B3858418@sourceware.org> Date: Mon, 6 Dec 2021 16:19:15 +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: Mon, 06 Dec 2021 16:19:15 -0000 https://gcc.gnu.org/g:2a20407bacbd80662b020f9e11833077fb237115 commit r12-5807-g2a20407bacbd80662b020f9e11833077fb237115 Author: H.J. Lu Date: Mon Dec 6 08:17:49 2021 -0800 libsanitizer: Update LOCAL_PATCHES Add commit 70b043845d7c378c6a9361a6769885897d1018c2 Author: H.J. Lu Date: Tue Nov 30 05:31:26 2021 -0800 libsanitizer: Use SSE to save and restore XMM registers to LOCAL_PATCHES. * LOCAL_PATCHES: Add commit 70b043845d7. Diff: --- libsanitizer/LOCAL_PATCHES | 1 + 1 file changed, 1 insertion(+) diff --git a/libsanitizer/LOCAL_PATCHES b/libsanitizer/LOCAL_PATCHES index bcf13f5eef1..8770a9b93d2 100644 --- a/libsanitizer/LOCAL_PATCHES +++ b/libsanitizer/LOCAL_PATCHES @@ -1 +1,2 @@ 55b43a22ab96da3efc403fb933c0977b672b7930 +70b043845d7c378c6a9361a6769885897d1018c2