[upstream-utils][mpack] Add upstream util for mpack (#4500)

This commit is contained in:
PJ Reiniger
2022-11-04 23:03:49 -04:00
committed by GitHub
parent 4ba16db645
commit fa44a07938
6 changed files with 278 additions and 1 deletions

View File

@@ -49,6 +49,10 @@ jobs:
run: |
cd upstream_utils
./update_llvm.py
- name: Run update_mpack.py
run: |
cd upstream_utils
./update_mpack.py
- name: Run update_stack_walker.py
run: |
cd upstream_utils