Skip to content

Commit

Permalink
Include fake for _end too.
Browse files Browse the repository at this point in the history
  • Loading branch information
mysterymath committed Jul 22, 2024
1 parent fbdd459 commit 57bfe5c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libc/test/src/__support/heap_limit_fake.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@
namespace LIBC_NAMESPACE_DECL {

extern "C" {
// This isn't used in the unit tests, but it must be defined for the non-fake
// These aren't used in the unit tests, but they must be defined for the non-fake
// version of the heap to work.
cpp::byte _end;
cpp::byte __llvm_libc_heap_limit;
}

Expand Down

0 comments on commit 57bfe5c

Please sign in to comment.