[libc-commits] [libc] [libc][uefi] add crt1 (PR #132150)
Petr Hosek via libc-commits
libc-commits at lists.llvm.org
Thu Mar 27 10:30:37 PDT 2025
================
@@ -10,7 +10,7 @@ types:
enums: []
functions: []
objects:
- - object_name: efi_system_table
+ - object_name: __llvm_libc_efi_system_table
object_type: EFI_SYSTEM_TABLE *
- - object_name: efi_image_handle
+ - object_name: __llvm_libc_efi_image_handle
object_type: EFI_HANDLE
----------------
petrhosek wrote:
Also this renaming could be done in a separate PR since it's orthogonal to introducing crt1.
https://github.com/llvm/llvm-project/pull/132150
More information about the libc-commits
mailing list