[all-commits] [llvm/llvm-project] ee0ac4: [TSan][Darwin] Add integration tests for dyld inte...
Julian Lettner via All-commits
all-commits at lists.llvm.org
Thu Sep 9 13:34:25 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ee0ac45672367e4590fe6e1da0b798b8a4816dc7
https://github.com/llvm/llvm-project/commit/ee0ac45672367e4590fe6e1da0b798b8a4816dc7
Author: Julian Lettner <julian.lettner at apple.com>
Date: 2021-09-09 (Thu, 09 Sep 2021)
Changed paths:
A compiler-rt/test/tsan/Darwin/dyld-insert-libraries.c
A compiler-rt/test/tsan/Darwin/dyld-library-path.c
Log Message:
-----------
[TSan][Darwin] Add integration tests for dyld interposition
Add integration tests for dyld interposition: DYLD_LIBRARY_PATH and
DYLD_INSERT_LIBRARIES.
DYLD_INSERT_LIBRARIES is also relevant for TSan thread
finalization/destruction sequence in the presence of additional pthread
introspection hooks (libBacktraceRecording.dylib for Xcode 'Queue
Debugging' feature).
rdar://78739125
Differential Revision: https://reviews.llvm.org/D109332
More information about the All-commits
mailing list