From 636a08ee6928ff4c9d3ced9bf8040d35017cb189564b62d090ff51b171853ad0 Mon Sep 17 00:00:00 2001 From: Aaron Puchert Date: Sat, 27 Aug 2022 10:59:28 +0000 Subject: [PATCH] - Make llvm-lifetime-for-rust.patch even more correct. OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm14?expand=0&rev=35 --- llvm-lifetime-for-rust.patch | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/llvm-lifetime-for-rust.patch b/llvm-lifetime-for-rust.patch index 640a3cc..f0f44a9 100644 --- a/llvm-lifetime-for-rust.patch +++ b/llvm-lifetime-for-rust.patch @@ -89,10 +89,10 @@ index 02923c2c7eb14..22d6a5f04152a 100644 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 +index d21c2c05ff29..39d3b267daf6 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 @@ +@@ -32,13 +32,17 @@ # RUN: FileCheck %s --check-prefix=AVAIL --input-file %t3.txt # RUN: FileCheck %s --check-prefix=UNAVAIL --input-file %t3.txt # @@ -104,6 +104,10 @@ index d21c2c05ff29..9ee1bb190722 100644 # 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_DETAIL: << TLI yes SDK no : '__rust_alloc' ++# WRONG_DETAIL: << TLI yes SDK no : '__rust_alloc_zeroed' ++# WRONG_DETAIL: << TLI yes SDK no : '__rust_dealloc' ++# WRONG_DETAIL: << TLI yes SDK no : '__rust_realloc' +# WRONG_SUMMARY: << Total TLI yes SDK no: 5{{$}} # WRONG_SUMMARY: >> Total TLI no SDK yes: 1{{$}} # WRONG_SUMMARY: == Total TLI yes SDK yes: 234