native
native copied to clipboard
[native_toolchain_c] Implement `CLinker` for different platforms
The CLinker class is a link hook helper class wrapping linking functionalities. It needs to work on all platforms.
- [x] Linux - https://github.com/dart-lang/native/pull/987
- [ ] Windows
- [ ] Mac
- [ ] Android
- [ ] iOS
- [ ] Fuchsia