Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
We have test cases about origin tracking stacks. See compiler-rt/test/dfsan/origin_*.c
Does this one check any thing uncovered by existing cases?
In most test cases I saw, the the stack trace had just main. This test would focus on more complicated cases. I also intend to expand it in the future to include origin tracing APIs that use vectors instead.
compiler-rt/test/dfsan/origin_stack_trace.c | ||
---|---|---|
44 | This is not used yet. |
compiler-rt/test/dfsan/origin_stack_trace.c | ||
---|---|---|
44 | This is special FileCheck syntax that you can add to check if a line occurs multiple times. |
compiler-rt/test/dfsan/origin_stack_trace.c | ||
---|---|---|
44 | Sorry. I forgot this feature completely... |
This is not used yet.