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 + #