[PATCH] D54590: [compiler-rt][UBSan] Sanitization for alignment assumptions.

Kamil Rytarowski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Dec 22 02:17:55 PST 2018


krytarowski added a comment.

In D54590#1340152 <https://reviews.llvm.org/D54590#1340152>, @lebedev.ri wrote:

> In D54590#1340150 <https://reviews.llvm.org/D54590#1340150>, @krytarowski wrote:
>
> > Can you test thread_local too?
>
>
> Can you please be more specific? Which test do you want to see?


It has been noted that NetBSD's ld.elf_so does not support alignment and there is a workaround in xray: D56000 <https://reviews.llvm.org/D56000>.

It would be helpful to test similar (harder to debug) scenarios with UBSan and its tests.


Repository:
  rCRT Compiler Runtime

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D54590/new/

https://reviews.llvm.org/D54590





More information about the llvm-commits mailing list