Skip to content

Platform/RISC-V/RiscVPlatformSecLib: Link MemoryAllocationLib#953

Open
benjamindoron wants to merge 1 commit intotianocore:masterfrom
9elements:upstream/riscv-platform-sec-build-fix
Open

Platform/RISC-V/RiscVPlatformSecLib: Link MemoryAllocationLib#953
benjamindoron wants to merge 1 commit intotianocore:masterfrom
9elements:upstream/riscv-platform-sec-build-fix

Conversation

@benjamindoron
Copy link
Contributor

As discovered on #909, this library uses MemoryAllocationLib without linking against it.

This can succeed anyways, since SecCoreNative is this library's only consumer, and it takes the other library, but it's more proper to link against MemoryAllocationLib here too, and compilers will sometimes throw errors if not.

As discovered on tianocore#909,
this library uses MemoryAllocationLib without linking against it.

This can succeed anyways, since SecCoreNative is this library's only
consumer, and it takes the other library, but it's more proper to link
against MemoryAllocationLib here too, and compilers will sometimes throw
errors if not.

Signed-off-by: Benjamin Doron <benjamin.doron@9elements.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant