Skip to content

Commit 9368f64

Browse files
committed
Debug shared library issue for LLVM 21 on Ubuntu
1 parent 7ecc8a4 commit 9368f64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/remoteBuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ jobs:
236236
./hello
237237
clang -v
238238
sudo apt-get install -y gdb
239-
gdb -batch -ex "run" -ex "bt" -ex "p \$_siginfo._sifields._sigfault.si_addr" --args ../build/adept src/hello_world/main.adept --no-type-info 2>&1
239+
gdb -batch -ex "run" -ex "layout asm" -ex "layout regs" -ex "bt" -ex "p \$_siginfo._sifields._sigfault.si_addr" --args ../build/adept src/hello_world/main.adept --no-type-info 2>&1
240240
- name: E2E Test (Unix) (2)
241241
if: ${{ matrix.os != 'windows-latest' }}
242242
working-directory: ${{github.workspace}}/e2e

0 commit comments

Comments
 (0)