diff options
author | Matt Arsenault <Matthew.Arsenault@amd.com> | 2024-09-20 10:47:12 +0400 |
---|---|---|
committer | Matt Arsenault <arsenm2@gmail.com> | 2024-09-20 10:47:59 +0400 |
commit | 2c6e5ef6873e9c80190beb62c625e16802c9901d (patch) | |
tree | 662a00c335bb267c00e0ca9fc6309239801dc4de | |
parent | 1e131ddfa8f1d7b18c85c6e4079458be8b419421 (diff) | |
download | llvm-2c6e5ef6873e9c80190beb62c625e16802c9901d.zip llvm-2c6e5ef6873e9c80190beb62c625e16802c9901d.tar.gz llvm-2c6e5ef6873e9c80190beb62c625e16802c9901d.tar.bz2 |
TLI: Fix test after "Add basic support for fdim libcall"
-rw-r--r-- | llvm/test/tools/llvm-tli-checker/ps4-tli-check.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/test/tools/llvm-tli-checker/ps4-tli-check.yaml b/llvm/test/tools/llvm-tli-checker/ps4-tli-check.yaml index e9688fe..3eb6d8b 100644 --- a/llvm/test/tools/llvm-tli-checker/ps4-tli-check.yaml +++ b/llvm/test/tools/llvm-tli-checker/ps4-tli-check.yaml @@ -34,7 +34,7 @@ # # CHECK: << Total TLI yes SDK no: 18 # CHECK: >> Total TLI no SDK yes: 0 -# CHECK: == Total TLI yes SDK yes: 253 +# CHECK: == Total TLI yes SDK yes: 256 # # WRONG_DETAIL: << TLI yes SDK no : '_ZdaPv' aka operator delete[](void*) # WRONG_DETAIL: >> TLI no SDK yes: '_ZdaPvj' aka operator delete[](void*, unsigned int) @@ -48,14 +48,14 @@ # WRONG_DETAIL: << TLI yes SDK no : 'fminimum_numl' # WRONG_SUMMARY: << Total TLI yes SDK no: 19{{$}} # WRONG_SUMMARY: >> Total TLI no SDK yes: 1{{$}} -# WRONG_SUMMARY: == Total TLI yes SDK yes: 252 +# WRONG_SUMMARY: == Total TLI yes SDK yes: 255 # ## The -COUNT suffix doesn't care if there are too many matches, so check ## the exact count first; the two directives should add up to that. ## Yes, this means additions to TLI will fail this test, but the argument ## to -COUNT can't be an expression. -# AVAIL: TLI knows 504 symbols, 271 available -# AVAIL-COUNT-271: {{^}} available +# AVAIL: TLI knows 507 symbols, 274 available +# AVAIL-COUNT-274: {{^}} available # AVAIL-NOT: {{^}} available # UNAVAIL-COUNT-233: not available # UNAVAIL-NOT: not available |