Skip to content

Commit 31959be

Browse files
3405691582jakepetroules
authored andcommitted
OpenBSD gets backtrace from libexecinfo.
Just like FreeBSD.
1 parent a52f3d5 commit 31959be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/llvm/Support/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ target_link_libraries(llvmSupport PRIVATE
5959
Threads::Threads
6060
${CMAKE_DL_LIBS})
6161

62-
if(${CMAKE_SYSTEM_NAME} MATCHES "FreeBSD")
62+
if(${CMAKE_SYSTEM_NAME} MATCHES "FreeBSD|OpenBSD")
6363
target_link_libraries(llvmSupport PRIVATE
6464
execinfo)
6565
endif()

0 commit comments

Comments
 (0)