Rewrite LLVM bindings #53

Merged
davidgmbb merged 11 commits from llvm-bindings into main 2025-06-26 01:50:16 +00:00
2 changed files with 6 additions and 5 deletions
Showing only changes of commit 279036435a - Show all commits

View File

@ -1,4 +1,5 @@
set -eux
mkdir -p $HOME/bloat-buster-artifacts/releases/main/
if [[ -n "${BUILD_DEBUG:-}" ]]; then
cp $HOME/bloat-buster-artifacts/releases/$(git rev-parse --abbrev-ref HEAD)/$(git rev-parse HEAD)/compiler_generic_debug $HOME/bloat-buster-artifacts/releases/main/
fi

View File

@ -2,9 +2,9 @@
set -eux
if [[ -n "${BUILD_DEBUG:-}" ]]; then
export BUILD_DEBUG
CMAKE_BUILD_TYPE=Debug ./reproduce.sh
CMAKE_BUILD_TYPE=Debug ci/reproduce.sh
fi
CMAKE_BUILD_TYPE=Release ./reproduce.sh
CMAKE_BUILD_TYPE=Release-assertions ./reproduce.sh
./install.sh
./release.sh
CMAKE_BUILD_TYPE=Release ci/reproduce.sh
CMAKE_BUILD_TYPE=Release-assertions ci/reproduce.sh
ci/install.sh
ci/release.sh