In discussion with @gbaraldi I thought it good to write down what needs to happen for us to fully transition to JITLink and remove RTDyld support
### Upstream Tasks
- [x] COFF/Windows support, as far as I know landed in LLVM 15
- [ ] PPC support, skeleton landed in https://reviews.llvm.org/D148192
- [ ] Profiling support https://github.com/llvm/llvm-project/issues/30869
- [ ] Reduce memory mappings https://github.com/llvm/llvm-project/issues/63236
### Tasks
- [ ] Enable COFF support
- [ ] Backport perf listeners to our source tree if possible
In discussion with @gbaraldi I thought it good to write down what needs to happen for us to fully transition to JITLink and remove RTDyld support