[PATCH] D49357: [Profile] Enabling on OpenBSD

David CARLIER via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 15 15:59:10 PDT 2018


devnexen created this revision.
devnexen added a reviewer: phosek.
devnexen created this object with visibility "All Users".
Herald added subscribers: Sanitizers, llvm-commits, fedor.sergeev, mgorny, srhines.

Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D49357

Files:
  cmake/config-ix.cmake


Index: cmake/config-ix.cmake
===================================================================
--- cmake/config-ix.cmake
+++ cmake/config-ix.cmake
@@ -557,7 +557,7 @@
 endif()
 
 if (PROFILE_SUPPORTED_ARCH AND NOT LLVM_USE_SANITIZER AND
-    OS_NAME MATCHES "Darwin|Linux|FreeBSD|Windows|Android|SunOS")
+    OS_NAME MATCHES "Darwin|Linux|FreeBSD|OpenBSD|Windows|Android|SunOS")
   set(COMPILER_RT_HAS_PROFILE TRUE)
 else()
   set(COMPILER_RT_HAS_PROFILE FALSE)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49357.155601.patch
Type: text/x-patch
Size: 464 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180715/b19bd635/attachment.bin>


More information about the llvm-commits mailing list