Revert "[lldb][test] Remove compiler version check and use regex" (#124101)
[llvm-project.git] / libc / test / src / __support / fake_heap.s
blob69522f53c8b1fd1b325ff1fb978f931570f7d17f
1 //===-- Test fake definition for heap symbols -----------------------------===//
2 //
3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4 // See https://llvm.org/LICENSE.txt for license information.
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6 //
7 //===----------------------------------------------------------------------===//
9 .globl _end, __llvm_libc_heap_limit
11 .bss
12 _end:
13 .fill 1024
14 __llvm_libc_heap_limit: