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


Date: Tue, 11 Nov 2025 12:55:47 -0800
From: Tim Haines <noreply@xxxxxxxxxx>
Subject: [DynInst_API:] [dyninst/dyninst] 8ff4c3: Require using Capstone's shared library
  Branch: refs/heads/thaines/update_capstone_cmake
  Home:   https://github.com/dyninst/dyninst
  Commit: 8ff4c3dd2f595941133f2c5cf3dab5ec7fdfff98
      https://github.com/dyninst/dyninst/commit/8ff4c3dd2f595941133f2c5cf3dab5ec7fdfff98
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2025-11-10 (Mon, 10 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] 8ff4c3: Require using Capstone's shared library, Tim Haines <=