[libc-commits] [libc] [libc][math][c23] Fix totalorderf128 requiring support for 128-bit ints (PR #101229)

LLVM Continuous Integration via libc-commits libc-commits at lists.llvm.org
Wed Jul 31 03:21:11 PDT 2024


llvm-ci wrote:

LLVM Buildbot has detected a new failure on builder `premerge-monolithic-linux` running on `premerge-linux-1` while building `libc` at step 7 "test-build-unified-tree-check-all".

Full details are available at: https://lab.llvm.org/buildbot/#/builders/153/builds/4721

Here is the relevant piece of the build log for the reference:
```
Step 7 (test-build-unified-tree-check-all) failure: test (failure)
******************** TEST 'LLVM :: Analysis/StructuralHash/structural-hash-printer.ll' FAILED ********************
Exit Code: 1

Command Output (stderr):
--
RUN: at line 1: /build/buildbot/premerge-monolithic-linux/build/bin/opt -passes='print<structural-hash>' -disable-output /build/buildbot/premerge-monolithic-linux/llvm-project/llvm/test/Analysis/StructuralHash/structural-hash-printer.ll 2>&1 | /build/buildbot/premerge-monolithic-linux/build/bin/FileCheck /build/buildbot/premerge-monolithic-linux/llvm-project/llvm/test/Analysis/StructuralHash/structural-hash-printer.ll
+ /build/buildbot/premerge-monolithic-linux/build/bin/opt '-passes=print<structural-hash>' -disable-output /build/buildbot/premerge-monolithic-linux/llvm-project/llvm/test/Analysis/StructuralHash/structural-hash-printer.ll
+ /build/buildbot/premerge-monolithic-linux/build/bin/FileCheck /build/buildbot/premerge-monolithic-linux/llvm-project/llvm/test/Analysis/StructuralHash/structural-hash-printer.ll
RUN: at line 2: /build/buildbot/premerge-monolithic-linux/build/bin/opt -passes='print<structural-hash><detailed>' -disable-output /build/buildbot/premerge-monolithic-linux/llvm-project/llvm/test/Analysis/StructuralHash/structural-hash-printer.ll 2>&1 | /build/buildbot/premerge-monolithic-linux/build/bin/FileCheck /build/buildbot/premerge-monolithic-linux/llvm-project/llvm/test/Analysis/StructuralHash/structural-hash-printer.ll -check-prefix=DETAILED-HASH
+ /build/buildbot/premerge-monolithic-linux/build/bin/opt '-passes=print<structural-hash><detailed>' -disable-output /build/buildbot/premerge-monolithic-linux/llvm-project/llvm/test/Analysis/StructuralHash/structural-hash-printer.ll
+ /build/buildbot/premerge-monolithic-linux/build/bin/FileCheck /build/buildbot/premerge-monolithic-linux/llvm-project/llvm/test/Analysis/StructuralHash/structural-hash-printer.ll -check-prefix=DETAILED-HASH
/build/buildbot/premerge-monolithic-linux/llvm-project/llvm/test/Analysis/StructuralHash/structural-hash-printer.ll:24:23: error: DETAILED-HASH-NEXT: expected string not found in input
; DETAILED-HASH-NEXT: Function f2 Hash: {{([a-z0-9]{14,})}}
                      ^
<stdin>:2:35: note: scanning from here
Function f1 Hash: 5cf1028f02ae79ca
                                  ^
<stdin>:3:1: note: possible intended match here
Function f2 Hash: 5f7ffd3e8b5e7
^

Input file: <stdin>
Check file: /build/buildbot/premerge-monolithic-linux/llvm-project/llvm/test/Analysis/StructuralHash/structural-hash-printer.ll

-dump-input=help explains the following input dump.

Input was:
<<<<<<
           1: Module Hash: 843b37c96eb46daf 
           2: Function f1 Hash: 5cf1028f02ae79ca 
next:24'0                                       X error: no match found
           3: Function f2 Hash: 5f7ffd3e8b5e7 
next:24'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
next:24'1     ?                                possible intended match
>>>>>>

--

********************


```

https://github.com/llvm/llvm-project/pull/101229


More information about the libc-commits mailing list