[all-commits] [llvm/llvm-project] a5b06a: Partially revert "[NFC][msan] Split ThreadStart an...
Vitaly Buka via All-commits
all-commits at lists.llvm.org
Mon Nov 8 19:17:14 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a5b06ad39a9babfeababc537b85bfdbcf127290d
https://github.com/llvm/llvm-project/commit/a5b06ad39a9babfeababc537b85bfdbcf127290d
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2021-11-08 (Mon, 08 Nov 2021)
Changed paths:
M compiler-rt/lib/msan/msan_thread.cpp
Log Message:
-----------
Partially revert "[NFC][msan] Split ThreadStart and Init"
I don't know if removing "if (!start_routine_)" from ThreadStart
is NFC.
This reverts commit b3267bb3afd3c70a415ae81c855462affae92f6b.
Commit: 63886c21ec9c65c8e6278c729e75f761bde15a3a
https://github.com/llvm/llvm-project/commit/63886c21ec9c65c8e6278c729e75f761bde15a3a
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2021-11-08 (Mon, 08 Nov 2021)
Changed paths:
M compiler-rt/lib/dfsan/dfsan.cpp
M compiler-rt/lib/dfsan/dfsan_custom.cpp
M compiler-rt/lib/dfsan/dfsan_thread.cpp
Log Message:
-----------
[NFC][dfsan] Split Init and ThreadStart
Compare: https://github.com/llvm/llvm-project/compare/6cad45d5c6f5...63886c21ec9c
More information about the All-commits
mailing list