[compiler-rt] [compiler-rt][xray] porting to sunos platforms. (PR #90362)

Brad Smith via llvm-commits llvm-commits at lists.llvm.org
Fri May 17 12:03:50 PDT 2024


================
@@ -189,6 +189,10 @@ if (TARGET cxx-headers OR HAVE_LIBCXX)
   set(XRAY_DEPS cxx-headers)
 endif()
 
+if (CMAKE_SYSTEM_NAME STREQUAL "SunOs")
----------------
brad0 wrote:

Typo.

https://github.com/llvm/llvm-project/pull/90362


More information about the llvm-commits mailing list