Files
Michael Buch 59db71c7bd [lldb][test] Re-enable and fix TestUbsanBasic.py
UBSAN stopped reporting the misaligned load since 5569bf26f0 so this test started failing. We skipped it to unblock CI.

There's been discussion on making UBSAN stricter and still trigger on
the one-line version of this. But for now, to get the test running
again, change it to a form which *does* trigger UBSAN.

Fixes https://github.com/llvm/llvm-project/issues/177064
2026-01-22 09:28:47 +00:00

5 lines
137 B
Makefile

C_SOURCES := main.c
CFLAGS_EXTRAS := -fsanitize=undefined -g -Wno-int-conversion -Wno-incompatible-pointer-types
include Makefile.rules