[PATCH] D117972: [PowerPC] Fix SSE translation on FreeBSD
Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Feb 5 09:21:38 PST 2022
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGf2f4080c10f4: [PowerPC] Fix SSE translation on FreeBSD (authored by pkubaj, committed by Qiu Chaofan <qcf at ecnelises.com>).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D117972/new/
https://reviews.llvm.org/D117972
Files:
clang/lib/Headers/ppc_wrappers/mm_malloc.h
Index: clang/lib/Headers/ppc_wrappers/mm_malloc.h
===================================================================
--- clang/lib/Headers/ppc_wrappers/mm_malloc.h
+++ clang/lib/Headers/ppc_wrappers/mm_malloc.h
@@ -19,7 +19,7 @@
#ifndef __cplusplus
extern int posix_memalign (void **, size_t, size_t);
#else
-extern "C" int posix_memalign (void **, size_t, size_t) throw ();
+extern "C" int posix_memalign (void **, size_t, size_t);
#endif
static __inline void *
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D117972.406188.patch
Type: text/x-patch
Size: 471 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220205/063d04cf/attachment.bin>
More information about the cfe-commits
mailing list