Fix issues in releasing wamr-lldb (#2497)

- Update lldb patch due to swig was upgraded to 4.1 in macos
- Export LD_LIBRARY_PATH for searching libpython3.10.so when validating wamr-lldb
  in Ubuntu-20.04
- Rename lldb-wasm.patch to lldb_wasm.path
This commit is contained in:
Wenyong Huang
2023-08-23 12:56:11 +08:00
committed by GitHub
parent 858d1dd69c
commit fa2f29fd8a
4 changed files with 103 additions and 64 deletions

View File

@ -44,7 +44,7 @@ iwasm -g=127.0.0.1:1234 test.wasm
``` bash
git clone --branch release/13.x --depth=1 https://github.com/llvm/llvm-project
cd llvm-project
git apply ${WAMR_ROOT}/build-scripts/lldb-wasm.patch
git apply ${WAMR_ROOT}/build-scripts/lldb_wasm.patch
mkdir build-lldb
cmake -S ./llvm -B build-lldb \
-G Ninja \