[DynInst_API:] [dyninst/dyninst] bc5967: Require using Capstone's shared library


Date: Tue, 11 Nov 2025 13:09:06 -0800
From: Tim Haines <noreply@xxxxxxxxxx>
Subject: [DynInst_API:] [dyninst/dyninst] bc5967: Require using Capstone's shared library
  Branch: refs/heads/thaines/update_capstone_cmake
  Home:   https://github.com/dyninst/dyninst
  Commit: bc5967cbfd7ca2d5582d11cff8f15bcf666c7bab
      https://github.com/dyninst/dyninst/commit/bc5967cbfd7ca2d5582d11cff8f15bcf666c7bab
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2025-11-11 (Tue, 11 Nov 2025)

  Changed paths:
    M cmake/tpls/DyninstCapstone.cmake
    M docker/build_capstone.sh

  Log Message:
  -----------
  Require using Capstone's shared library

The 'capstone::capstone' target exists in the 6.0.0-Alpha1 tag, but not
in the HEAD of the 'next' branch. We _could_ use
capstone::capstone_static, but the POSITION_INDEPENDENT_CODE property
isn't exported on capstone::capstone_static, so there's no way to detect
if it was built with PIC or not (at least not without doing a
cmake_c_compile test).



To unsubscribe from these emails, change your notification settings at https://github.com/dyninst/dyninst/settings/notifications
[← Prev in Thread] Current Thread [Next in Thread→]
  • [DynInst_API:] [dyninst/dyninst] bc5967: Require using Capstone's shared library, Tim Haines <=