DynamoRIO / dynamorio

Dynamic Instrumentation Tool Platform
Other
2.63k stars 557 forks source link

i#5365: Add "branch" parameter to runsuite.cmake #6740

Closed philramsey-arm closed 6 months ago

philramsey-arm commented 6 months ago

Currently runsuite.cmake assumes that "origin/master" is the branch to diff against.

However sometimes this is not the case, e.g. for internal CI systems using their own branches.

Add a "branch" parameter to runsuite.cmake, defaulting to "master", allowing a different source branch to be specified.

Issue: #5365