[PATCH] D75520: [compiler-rt] Fix tests after defaulting to -fno-common. NFC.
Sjoerd Meijer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 3 06:40:19 PST 2020
SjoerdMeijer added a comment.
I probably forgot to add why these tests started failing!
For `compiler-rt/test/asan/TestCases/Linux/odr_c_test.c`, expected string `CHECK: The following global variable is not properly aligned` did not occur anymore. So, global `ZZZ` is now aligned.
And for the other case:
.../compiler-rt/test/asan/TestCases/set_shadow_test.c:37:10: error: XF1: expected string not found in input
// XF1: AddressSanitizer: stack-buffer-underflow
^
we don't trigger this stack buffer underflow anymore.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75520/new/
https://reviews.llvm.org/D75520
More information about the llvm-commits
mailing list