[PATCH] D17846: [Compiler-rt][safestack] Enable for MIPS

Mohit Bhakkad via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 3 22:20:48 PST 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL262690: [Compiler-rt][safestack] Enable for MIPS (authored by mohit.bhakkad).

Changed prior to commit:
  http://reviews.llvm.org/D17846?vs=49724&id=49798#toc

Repository:
  rL LLVM

http://reviews.llvm.org/D17846

Files:
  compiler-rt/trunk/cmake/config-ix.cmake

Index: compiler-rt/trunk/cmake/config-ix.cmake
===================================================================
--- compiler-rt/trunk/cmake/config-ix.cmake
+++ compiler-rt/trunk/cmake/config-ix.cmake
@@ -239,7 +239,7 @@
 set(ALL_TSAN_SUPPORTED_ARCH ${X86_64} ${MIPS64} ${ARM64} ${PPC64})
 set(ALL_UBSAN_SUPPORTED_ARCH ${X86} ${X86_64} ${ARM32} ${ARM64}
     ${MIPS32} ${MIPS64} ${PPC64})
-set(ALL_SAFESTACK_SUPPORTED_ARCH ${X86} ${X86_64} ${ARM64})
+set(ALL_SAFESTACK_SUPPORTED_ARCH ${X86} ${X86_64} ${ARM64} ${MIPS32} ${MIPS64})
 set(ALL_CFI_SUPPORTED_ARCH ${X86} ${X86_64})
 
 if(APPLE)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D17846.49798.patch
Type: text/x-patch
Size: 592 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160304/15b5abda/attachment.bin>


More information about the llvm-commits mailing list