[PATCH] D21738: [profile] Enable on SystemZ.

Marcin Koƛcielnicki via llvm-commits llvm-commits at lists.llvm.org
Sun Jun 26 14:20:23 PDT 2016


koriakin created this revision.
koriakin added reviewers: void, uweigand.
koriakin added a subscriber: llvm-commits.
koriakin set the repository for this revision to rL LLVM.
koriakin added dependencies: D21737: [PATCH] [CodeGen] Insert TargetLibraryInfoWrapperPass before anything else., D21736: [InstrProfiling] Mark __llvm_profile_instrument_target last parameter as i32 zeroext if appropriate..

Depends on D21736, D21737.  Once these are in, check-profile passes on SystemZ, so we can enable it.

Repository:
  rL LLVM

http://reviews.llvm.org/D21738

Files:
  cmake/config-ix.cmake

Index: cmake/config-ix.cmake
===================================================================
--- cmake/config-ix.cmake
+++ cmake/config-ix.cmake
@@ -153,7 +153,7 @@
 set(ALL_LSAN_SUPPORTED_ARCH ${X86_64} ${MIPS64} ${ARM64})
 set(ALL_MSAN_SUPPORTED_ARCH ${X86_64} ${MIPS64} ${ARM64} ${PPC64})
 set(ALL_PROFILE_SUPPORTED_ARCH ${X86} ${X86_64} ${ARM32} ${ARM64} ${PPC64}
-    ${MIPS32} ${MIPS64})
+    ${MIPS32} ${MIPS64} ${S390X})
 set(ALL_TSAN_SUPPORTED_ARCH ${X86_64} ${MIPS64} ${ARM64} ${PPC64})
 set(ALL_UBSAN_SUPPORTED_ARCH ${X86} ${X86_64} ${ARM32} ${ARM64}
     ${MIPS32} ${MIPS64} ${PPC64} ${S390X})


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D21738.61915.patch
Type: text/x-patch
Size: 610 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160626/3a5f9095/attachment.bin>


More information about the llvm-commits mailing list