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
5 lines
137 B
Makefile
5 lines
137 B
Makefile
C_SOURCES := main.c
|
|
CFLAGS_EXTRAS := -fsanitize=undefined -g -Wno-int-conversion -Wno-incompatible-pointer-types
|
|
|
|
include Makefile.rules
|