Merge pull request #1285 from cpunion/impl-build-mode

Implement llgo build mode support
This commit is contained in:
xushiwei
2025-09-14 10:30:47 +08:00
committed by GitHub
26 changed files with 3864 additions and 98 deletions

View File

@@ -125,6 +125,13 @@ jobs:
export LLGO_FULL_RPATH=true
bash .github/workflows/test_demo.sh
- name: Test C header generation
run: |
echo "Testing C header generation in different build modes..."
cd _demo/go/export
chmod +x test.sh
./test.sh
- name: _xtool build tests
run: |
cd _xtool