[libc-commits] [libc] [libc] Keep framepointers for baremetal (PR #121836)
via libc-commits
libc-commits at lists.llvm.org
Mon Jan 6 13:08:50 PST 2025
https://github.com/Prabhuk created https://github.com/llvm/llvm-project/pull/121836
Keep framepointers enabled by default for the default baremetal libc
builds.
>From 5643bbdc2b75fa5ff7309ef3261c75eb7e9bffad Mon Sep 17 00:00:00 2001
From: prabhukr <prabhukr at google.com>
Date: Mon, 6 Jan 2025 13:07:19 -0800
Subject: [PATCH] [libc] Keep framepointers for baremetal
Keep framepointers enabled by default for the default baremetal libc
builds.
---
libc/config/baremetal/config.json | 5 -----
1 file changed, 5 deletions(-)
diff --git a/libc/config/baremetal/config.json b/libc/config/baremetal/config.json
index 85e80879d498e6..08c581d1c68226 100644
--- a/libc/config/baremetal/config.json
+++ b/libc/config/baremetal/config.json
@@ -30,10 +30,5 @@
"LIBC_CONF_MATH_OPTIMIZATIONS": {
"value": "(LIBC_MATH_SKIP_ACCURATE_PASS | LIBC_MATH_SMALL_TABLES)"
}
- },
- "codegen": {
- "LIBC_CONF_KEEP_FRAME_POINTER": {
- "value": false
- }
}
}
More information about the libc-commits
mailing list