[PATCH] D154402: [compiler-rt] Enable profile instrumentation for SerenityOS

Petr Hosek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 5 14:19:39 PDT 2023


phosek added inline comments.


================
Comment at: compiler-rt/cmake/config-ix.cmake:781
 if (PROFILE_SUPPORTED_ARCH AND NOT LLVM_USE_SANITIZER AND
-    OS_NAME MATCHES "Darwin|Linux|FreeBSD|Windows|Android|Fuchsia|SunOS|NetBSD|AIX")
+    OS_NAME MATCHES "Darwin|Linux|FreeBSD|Windows|Android|Fuchsia|SunOS|NetBSD|AIX|SerenityOS")
   set(COMPILER_RT_HAS_PROFILE TRUE)
----------------
Out of curiousity, is there a reason for using `SerenityOS` rather than just `Serenity`?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D154402/new/

https://reviews.llvm.org/D154402



More information about the llvm-commits mailing list