[Lldb-commits] [lldb] [lldb] Fix calls to Type::getInt8PtrTy (PR #71561)

2023-11-07 Thread Paulo Matos via lldb-commits
https://github.com/pmatos closed https://github.com/llvm/llvm-project/pull/71561 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [lldb] Fix calls to Type::getInt8PtrTy (PR #71561)

2023-11-07 Thread Paulo Matos via lldb-commits
pmatos wrote: > LGTM. BTW, I found other uses of `Type::getInt8PtrTy` in > `llvm-project/llvm/include/llvm/ProfileData/InstrProfData.inc` and > `llvm-project/compiler-rt/include/profile/InstrProfData.inc`. Thanks, will fix those separately. Lets get lldb to build. https://github.com/llvm/llvm

[Lldb-commits] [lldb] [lldb] Fix calls to Type::getInt8PtrTy (PR #71561)

2023-11-07 Thread Paulo Matos via lldb-commits
https://github.com/pmatos created https://github.com/llvm/llvm-project/pull/71561 These have been removed in 7b9d73c2f90c0ed8497339a16fc39785349d9610. This is a followup patch to apply the changes to lldb. >From 7971aa9ebf887eefb5bfd67f78319b0811be Mon Sep 17 00:00:00 2001 From: Paulo Mato