[all-commits] [llvm/llvm-project] f2f408: [PowerPC] Fix SSE translation on FreeBSD
pkubaj via All-commits
all-commits at lists.llvm.org
Sat Feb 5 09:21:37 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f2f4080c10f4319adf75c660425911cd4e0e1843
https://github.com/llvm/llvm-project/commit/f2f4080c10f4319adf75c660425911cd4e0e1843
Author: Piotr Kubaj <pkubaj at FreeBSD.org>
Date: 2022-02-06 (Sun, 06 Feb 2022)
Changed paths:
M clang/lib/Headers/ppc_wrappers/mm_malloc.h
Log Message:
-----------
[PowerPC] Fix SSE translation on FreeBSD
This patch drops throws specifier in posix_memalign declaration because
that's different between glibc and other libc, and Clang has a hack.
Differential Revision: https://reviews.llvm.org/D117972
More information about the All-commits
mailing list