This is a part of https://reviews.llvm.org/D95835.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
compiler-rt/test/dfsan/origin_memcpy.c | ||
---|---|---|
19 | Why don't we get an origin saved for these stores? | |
34 | Currently the test triggers read of uninitialized memory, but that isn't necessary for this test. So let's initialize these two variables here. | |
compiler-rt/test/dfsan/origin_unaligned_memtrans.c | ||
44 | This test seems to cover all the cases from origin_memmove.c and origin_memcpy.c. Do we still need those? |
Why don't we get an origin saved for these stores?