__msan_unpoison uses intercepted memset which currently leads to a SEGV when linking with libc++ under CentOS 7.
Details
Details
- Reviewers
kcc samsonov eugenis - Commits
- rG2eaca5284be3: Merging r261073: --------------------------------------------------------------…
rGffed72bbebe2: [compiler-rt][msan] Ensure initialisation before calling __msan_unpoison
rCRT261073: [compiler-rt][msan] Ensure initialisation before calling __msan_unpoison
rL261073: [compiler-rt][msan] Ensure initialisation before calling __msan_unpoison
Diff Detail
Diff Detail
- Repository
- rL LLVM