[llvm] [TLI] Add support for hypot libcall. (PR #113724)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 30 12:03:00 PDT 2024
gulfemsavrun wrote:
The test added by this change is failing. Can we please revert it or fix it?
```
FAIL: LLVM :: tools/llvm-tli-checker/ps4-tli-check.yaml (53645 of 56538)
******************** TEST 'LLVM :: tools/llvm-tli-checker/ps4-tli-check.yaml' FAILED ********************
Exit Code: 1
Command Output (stderr):
--
RUN: at line 4: /b/s/w/ir/x/w/llvm_build/bin/yaml2obj /b/s/w/ir/x/w/llvm-llvm-project/llvm/test/tools/llvm-tli-checker/ps4-tli-check.yaml -DTYPE=ET_REL -DLABEL=Symbols -DZDAPV=_ZdaPv -o=/b/s/w/ir/x/w/llvm_build/test/tools/llvm-tli-checker/Output/ps4-tli-check.yaml.tmp1
+ /b/s/w/ir/x/w/llvm_build/bin/yaml2obj /b/s/w/ir/x/w/llvm-llvm-project/llvm/test/tools/llvm-tli-checker/ps4-tli-check.yaml -DTYPE=ET_REL -DLABEL=Symbols -DZDAPV=_ZdaPv -o=/b/s/w/ir/x/w/llvm_build/test/tools/llvm-tli-checker/Output/ps4-tli-check.yaml.tmp1
RUN: at line 5: llvm-tli-checker --triple=x86_64-scei-ps4 /b/s/w/ir/x/w/llvm_build/test/tools/llvm-tli-checker/Output/ps4-tli-check.yaml.tmp1 | /b/s/w/ir/x/w/llvm_build/bin/FileCheck /b/s/w/ir/x/w/llvm-llvm-project/llvm/test/tools/llvm-tli-checker/ps4-tli-check.yaml
+ llvm-tli-checker --triple=x86_64-scei-ps4 /b/s/w/ir/x/w/llvm_build/test/tools/llvm-tli-checker/Output/ps4-tli-check.yaml.tmp1
+ /b/s/w/ir/x/w/llvm_build/bin/FileCheck /b/s/w/ir/x/w/llvm-llvm-project/llvm/test/tools/llvm-tli-checker/ps4-tli-check.yaml
/b/s/w/ir/x/w/llvm-llvm-project/llvm/test/tools/llvm-tli-checker/ps4-tli-check.yaml:37:10: error: CHECK: expected string not found in input
# CHECK: == Total TLI yes SDK yes: 268
^
<stdin>:25:27: note: scanning from here
>> Total TLI no SDK yes: 0
^
<stdin>:26:1: note: possible intended match here
== Total TLI yes SDK yes: 271
^
Input file: <stdin>
Check file: /b/s/w/ir/x/w/llvm-llvm-project/llvm/test/tools/llvm-tli-checker/ps4-tli-check.yaml
-dump-input=help explains the following input dump.
Input was:
<<<<<<
.
.
.
20: << TLI yes SDK no : 'fmaximum_numl'
21: << TLI yes SDK no : 'fminimum_num'
22: << TLI yes SDK no : 'fminimum_numf'
23: << TLI yes SDK no : 'fminimum_numl'
24: << Total TLI yes SDK no: 18
25: >> Total TLI no SDK yes: 0
check:37'0 X error: no match found
26: == Total TLI yes SDK yes: 271
check:37'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
check:37'1 ? possible intended match
27: FAIL: LLVM TLI doesn't match SDK libraries.
check:37'0 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>>>>>>
```
https://luci-milo.appspot.com/ui/p/fuchsia/builders/toolchain.ci/clang-base-linux-x64/b8732632481414041409/overview
https://github.com/llvm/llvm-project/pull/113724
More information about the llvm-commits
mailing list