mirror of
https://github.com/intel/llvm.git
synced 2026-01-27 06:06:34 +08:00
Keep framepointers enabled by default for the default baremetal libc builds. Frame pointers help unwind the stack and unwinding without frame pointer is complex and increaseis the code size. This code size increase is potentially larger than the savings achieved by disabling frame pointers. Retaining the original behavior of retaining frame pointers as the default behavior.
LLVM libc ========= This directory and its subdirectories contain source code for llvm-libc, a retargetable implementation of the C standard library. LLVM is open source software. You may freely distribute it under the terms of the license agreement found in LICENSE.txt.