Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[efi] Allow compiling elf2efi with clang
The clang compiler does not (and apparently will not ever) allow for variable-length arrays within structs. Work around this limitation by using a fixed-length array to hold the PDB filename in the debug section. Signed-off-by: Michael Brown <[email protected]>
- Loading branch information