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.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
triple: 'arm64-apple-darwin'
|
||||
binary-path: '/Users/majorlinux/helloworld/output/main'
|
||||
relocations: []
|
||||
...
|
||||
Reference in New Issue
Block a user