commit | dc92fa94360e3b8c2141aeb67a17892f9a6fe206 | [log] [tgz] |
---|---|---|
author | Armando Montanez <amontanez@google.com> | Tue Sep 03 19:44:01 2024 +0000 |
committer | CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Sep 03 19:44:01 2024 +0000 |
tree | d300920e94191c7cb1acc096c99525bb5e29eae8 | |
parent | 8512b20c7f9349244b7d9340742d28ebd299e766 [diff] |
pw_toolchain: Explicitly link with lld when using clang Adds an explicit -fuse-ld=lld to clang toolchains to prevent system configuration from causing another linker to be selected by clang. Bug: b/363070027 Change-Id: I472c8189a402fe57c0a47748638c9e1d83349b84 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/232931 Reviewed-by: Ted Pudlik <tpudlik@google.com> Commit-Queue: Auto-Submit <auto-submit@pigweed-service-accounts.iam.gserviceaccount.com> Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com> Pigweed-Auto-Submit: Armando Montanez <amontanez@google.com> Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Petr Hosek <phosek@google.com>
Pigweed is an open source collection of embedded-targeted libraries–or as we like to call them, modules. These modules are building blocks and infrastructure that enable faster and more reliable development on small-footprint MMU-less 32-bit microcontrollers like the STMicroelectronics STM32L452 or the Nordic nRF52832.
For more information please see our website: https://pigweed.dev/.