- 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.
6 lines
126 B
YAML
6 lines
126 B
YAML
---
|
|
triple: 'arm64-apple-darwin'
|
|
binary-path: '/Users/majorlinux/helloworld/output/main'
|
|
relocations: []
|
|
...
|