ARM-software / LLVM-embedded-toolchain-for-Arm

A project dedicated to building LLVM toolchain for Arm and AArch64 embedded targets.
Apache License 2.0
419 stars 98 forks source link

Problem with upstream commit 917ada35 #530

Closed Laur59 closed 1 month ago

Laur59 commented 1 month ago

Hello In order to build the toolchain from the latest commits of upstream I need to use the following workaround: Revert "[runtimes] Always define cxx_shared, cxx_static & other targets (#80007)" (upstream commit 917ada35). I presume that is needed in LLVM-ET-for-Arm CmakeLists.txt some lines to handle variables:

dcandler commented 1 month ago

Yes, a fix is incoming.