mu_basecore
mu_basecore copied to clipboard
Support for CLANGPDB in AARCH64
To allow for more portable compiling and support using COFF based debug and development tools, support for CLANGPDB in AARCH64 would be largely beneficial.
I have experimented and got this working for MdeModulePkg but with a fair number of hacks, so far there are a following issues.
- The toolsdef does not contains definitions for CLANGPDB in AARCH64
- Many of the .S files and macro definitions use the ELF format of the
.typeand.sizeassembly directives - Various compiler warning issues.
The commit for this experiment can be found here: https://github.com/cfernald/mu_basecore/commit/9587e16f22b3cac8722d21086a45e128af4cf2b4
This issue has been automatically marked as stale because it has not had activity in 45 days. It will be closed if no further activity occurs within 7 days. Thank you for your contributions.