[PATCH] D48834: [scudo] Enable Scudo on PPC64
Kostya Kortchinsky via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 3 09:14:04 PDT 2018
This revision was automatically updated to reflect the committed changes.
Closed by commit rCRT336213: [scudo] Enable Scudo on PPC64 (authored by cryptoad, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D48834?vs=153731&id=153927#toc
Repository:
rCRT Compiler Runtime
https://reviews.llvm.org/D48834
Files:
cmake/config-ix.cmake
Index: cmake/config-ix.cmake
===================================================================
--- cmake/config-ix.cmake
+++ cmake/config-ix.cmake
@@ -216,7 +216,7 @@
set(ALL_SAFESTACK_SUPPORTED_ARCH ${X86} ${X86_64} ${ARM64} ${MIPS32} ${MIPS64})
set(ALL_CFI_SUPPORTED_ARCH ${X86} ${X86_64} ${ARM32} ${ARM64} ${MIPS64})
set(ALL_ESAN_SUPPORTED_ARCH ${X86_64} ${MIPS64})
-set(ALL_SCUDO_SUPPORTED_ARCH ${X86} ${X86_64} ${ARM32} ${ARM64} ${MIPS32} ${MIPS64})
+set(ALL_SCUDO_SUPPORTED_ARCH ${X86} ${X86_64} ${ARM32} ${ARM64} ${MIPS32} ${MIPS64} ${PPC64})
if(APPLE)
set(ALL_XRAY_SUPPORTED_ARCH ${X86_64})
else()
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48834.153927.patch
Type: text/x-patch
Size: 614 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180703/20f99819/attachment.bin>
More information about the llvm-commits
mailing list