[PATCH] D48959: [compiler-rt][ubsan] Implicit Cast Sanitizer - integer truncation - compiler-rt part
Roman Lebedev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 30 13:09:03 PDT 2018
lebedev.ri added a subscriber: vitalybuka.
lebedev.ri added a comment.
FYI the `test/ubsan/TestCases/ImplicitCast/integer-truncation-blacklist.c`
is failing on `sanitizer-x86_64-linux-android` builder (CC @vitalybuka).
It runs the tests via android_compile.py, so i'm not sure this
is actually *this* issue:
https://code.google.com/p/address-sanitizer/issues/detail?id=316
but this seems oddly similar to the other `XFAIL`ed cases...
Right now that seems to be the only failing builder,
so i *think* it makes sense to try to just blacklist it for now.
Repository:
rCRT Compiler Runtime
https://reviews.llvm.org/D48959
More information about the llvm-commits
mailing list