From 998bf98934de02a724547f4c11806208fcd57eeefec79f214e26de2bbb9960a8 Mon Sep 17 00:00:00 2001 From: Aaron Puchert Date: Sat, 27 Aug 2022 02:07:40 +0000 Subject: [PATCH] - Try to fix test failure after llvm-lifetime-for-rust.patch. We don't care whether the PlayStation SDK has Rust functions. OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm14?expand=0&rev=34 --- llvm-lifetime-for-rust.patch | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/llvm-lifetime-for-rust.patch b/llvm-lifetime-for-rust.patch index 23c8c07..640a3cc 100644 --- a/llvm-lifetime-for-rust.patch +++ b/llvm-lifetime-for-rust.patch @@ -88,3 +88,23 @@ index 02923c2c7eb14..22d6a5f04152a 100644 case LibFunc::NumLibFuncs: case LibFunc::NotLibFunc: break; +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 d21c2c05ff29..9ee1bb190722 100644 +--- a/llvm/test/tools/llvm-tli-checker/ps4-tli-check.yaml ++++ b/llvm/test/tools/llvm-tli-checker/ps4-tli-check.yaml +@@ -32,13 +32,13 @@ + # RUN: FileCheck %s --check-prefix=AVAIL --input-file %t3.txt + # RUN: FileCheck %s --check-prefix=UNAVAIL --input-file %t3.txt + # +-# CHECK: << Total TLI yes SDK no: 0 ++# CHECK: << Total TLI yes SDK no: 4 + # CHECK: >> Total TLI no SDK yes: 0 + # CHECK: == Total TLI yes SDK yes: 235 + # + # WRONG_DETAIL: << TLI yes SDK no : '_ZdaPv' aka operator delete[](void*) + # WRONG_DETAIL: >> TLI no SDK yes: '_ZdaPvj' aka operator delete[](void*, unsigned int) +-# WRONG_SUMMARY: << Total TLI yes SDK no: 1{{$}} ++# WRONG_SUMMARY: << Total TLI yes SDK no: 5{{$}} + # WRONG_SUMMARY: >> Total TLI no SDK yes: 1{{$}} + # WRONG_SUMMARY: == Total TLI yes SDK yes: 234 + #