DynamoRIO / dynamorio

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

Upgrade to VS2022 #6863

Open derekbruening opened 3 months ago

derekbruening commented 3 months ago

3805 upgraded us to VS2019 a while back; we'd like to move to VS2022 for things like C11 atomics support. This would require updating to the windows-2022 Github Actions runner which is a different OS flavor and would probably lead to a bunch of failed build and test issues. The build ones are likely all minor warnings we can fix without too much effort; it's the test failures that will be painful as probably none of us can reproduce them and there are not many Windows devs currently contributing.