commit | 41013116d78dfa76206b3938043db547a76abbff | [log] [tgz] |
---|---|---|
author | Alex Brachet <abrachet@google.com> | Thu Sep 12 01:30:29 2024 +0000 |
committer | CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Sep 12 01:30:29 2024 +0000 |
tree | b2c845212359a92612017af435fa795a3566e5ea | |
parent | cf79085850922f1593cbd45be7f9e221c922c520 [diff] |
pw_libc: Pull in 'abort' abort is platform specific and is found in baremetal/, generally we would prefer making a seperate source set which uses stdlib/baremetal as the dir and pull in abort from the `functions` list. Here it isn't necessary because it is the only function we need from baremetal/ and it has no associated test anyway. Change-Id: Icee856ce299e1bd137437d24fbf544e1244a4835 Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/138518 Original-Reviewed-by: Petr Hosek <phosek@google.com> Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/llvm-integration/+/235128 Reviewed-by: Keir Mierle <keir@google.com> Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com> Commit-Queue: Prabhu Karthikeyan Rajasekaran <prabhukr@google.com>