mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-12-09 21:47:47 +00:00
Kokoro: Add configs for a linux UBSAN build
Bug: tint:760 Change-Id: If13fe1d8b63f058471aa19854277ca413e23f384 Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/49524 Auto-Submit: Ben Clayton <bclayton@google.com> Kokoro: Kokoro <noreply+kokoro@google.com> Reviewed-by: Antonio Maiorano <amaiorano@google.com>
This commit is contained in:
@@ -90,6 +90,9 @@ if [ "$BUILD_SYSTEM" == "cmake" ]; then
|
||||
|
||||
if [ "$BUILD_SANITIZER" == "asan" ]; then
|
||||
COMMON_CMAKE_FLAGS+=" -DTINT_ENABLE_ASAN=1"
|
||||
elif [ "$BUILD_SANITIZER" == "ubsan" ]; then
|
||||
COMMON_CMAKE_FLAGS+=" -DTINT_ENABLE_UBSAN=1"
|
||||
export UBSAN_OPTIONS=print_stacktrace=1:halt_on_error=1
|
||||
fi
|
||||
|
||||
cd ${BUILD_DIR}
|
||||
|
||||
Reference in New Issue
Block a user