tracy icon indicating copy to clipboard operation
tracy copied to clipboard

(Do not submit) - draft for adapting to capstone arm64 renaming

Open bjacob opened this issue 7 months ago • 19 comments

FYI @wolfpld: Capstone has just done a breaking renaming: ARM64 --> AArch64 (https://github.com/capstone-engine/capstone/pull/2026)

This PR is a good-enough local patch for anyone trying to build against latest Capstone. It uses Capstone's own provided compatibility macros to resolve to either the old or the new identifiers.

The problem which IIUC makes this PR not good to merge is that by relying on these Capstone macros... it probably doesn't actually support older Capstone versions, which presumably don't have these macros.

You probably need to resolve that by forking these macros on the Tracy side...

bjacob avatar Nov 24 '23 21:11 bjacob