Files
helloworld/output/main.dSYM/Contents/Resources/Relocations/aarch64/main.yml
MajorLinux 2c036ba8bf Add main.yml for aarch64 relocations in dSYM output
- Created a new YAML file for aarch64 relocations.
- Set the target triple to 'arm64-apple-darwin'.
- Specified the binary path for the output executable.
- Initialized the relocations list as empty.
2025-08-13 10:02:12 -04:00

6 lines
126 B
YAML

---
triple: 'arm64-apple-darwin'
binary-path: '/Users/majorlinux/helloworld/output/main'
relocations: []
...