[PATCH] D159541: [UEFI] X86_64 UEFI Clang Driver
Petr Hosek via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Sep 21 23:46:02 PDT 2023
phosek added inline comments.
================
Comment at: clang/lib/Driver/ToolChains/UEFI.cpp:58-59
+
+ // Other UEFI binary subsystems that are currently unsupported:
+ // efi_boot_service_driver, efi_rom, efi_runtime_driver.
+ CmdArgs.push_back("-subsystem:efi_application");
----------------
================
Comment at: clang/lib/Driver/ToolChains/UEFI.cpp:62-64
+ // Default entry function name according to the TianaCore reference
+ // implementation is EfiMain. In the future we will add a flag to override the
+ // entry function name.
----------------
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D159541/new/
https://reviews.llvm.org/D159541
More information about the cfe-commits
mailing list