[PATCH] D130718: [compiler-rt] [builtins] Detect _Float16 support at compile time

Vitaly Buka via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 9 22:47:48 PST 2022


vitalybuka added a comment.

In D130718#3916780 <https://reviews.llvm.org/D130718#3916780>, @pengfei wrote:

> In D130718#3916720 <https://reviews.llvm.org/D130718#3916720>, @vitalybuka wrote:
>
>> What do we need to move forward with the patch?
>>
>> HEAD as-is is broken on Ubuntu 22.10
>> https://lab.llvm.org/buildbot/#/builders/169/builds/13450/steps/7/logs/stdio
>
> I noticed the bot is starting to fail 3 days ago, but the patch merged for months. Is there any recent change exposed the problem?

3 days was caused by unrelated reasons, which I fixed already.
yesterday I tried to update the bot from 22.04 ( with clang 14....) -> 22.10 ( with clang 15.0.4). I reverted it back to 22.04, but would like to upgrade it later again.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D130718/new/

https://reviews.llvm.org/D130718



More information about the llvm-commits mailing list