xref: /llvm-project/lldb/test/API/linux/aarch64/sme_core_file/generate.sh (revision 0d0ca51ffe1002cec3b1b7a332e290176b650390)
1run () {
2  ./a.out "$@"
3  mv core core_$(echo "$*" | sed 's/ /_/g')
4}
5
6run 0 16 32 1
7run 0 32 16 0
8run 1 16 32 0
9run 1 32 16 1
10