da-viper wrote:

>Can you verify that none of these methods were cherry-picked to 21.x?

@bulbazord 

built all three branches and stripped the dynamic symbols using 

```sh
# awk get the last column and reprove the suffix '@.*'
nm -D ./lib/liblldb.so.21.1.0  | awk '{ symbol = $NF; sub(/@.*/, "", symbol); 
print symbol }' | c++filt | grep -i lldb::SB | sort > ~/logs/21.1.log
```

for completeness I attached the logs. 

[22.0.log](https://github.com/user-attachments/files/24219790/22.0.log) `main 
branch`
[21.x.log](https://github.com/user-attachments/files/24219791/21.x.log) `21.x 
branch`
[21.1.log](https://github.com/user-attachments/files/24219794/21.1.log) 
`llvmorg-21.1.0 tag` 




https://github.com/llvm/llvm-project/pull/172687
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to