"flang/test/Preprocessing/pp001.F" did not exist on "18cee3e8e61ebb83c4b7e9a39909e7c272641358"
[TSan] Add a runtime flag to print full thread creation stacks up to the main thread
Currently, we only print how threads involved in data race are created from their parent threads. Add a runtime flag 'print_full_thread_history' to print thread creation stacks for the threads involved in the data race and their ancestors up to the main thread. Reviewed By: dvyukov Differential Revision: https://reviews.llvm.org/D122131
Loading
Please sign in to comment