[all-commits] [llvm/llvm-project] 0073fd: Add the thread sanitizer support for X86_64 WatchO...
Vy Nguyen via All-commits
all-commits at lists.llvm.org
Fri Dec 9 10:33:14 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0073fd8d0dda533a5acb1c237a37ad270d24b711
https://github.com/llvm/llvm-project/commit/0073fd8d0dda533a5acb1c237a37ad270d24b711
Author: Yifan Yang <yfyang at google.com>
Date: 2022-12-09 (Fri, 09 Dec 2022)
Changed paths:
M clang/lib/Driver/ToolChains/Darwin.cpp
M clang/test/Driver/fsanitize.c
Log Message:
-----------
Add the thread sanitizer support for X86_64 WatchOS simulators
Allow TSan in clang driver for X86_64 WatchOS simulator.
It was already functional, and Apple's downstream fork of clang allows it, but that change had not made it upstream yet.
Reviewed By: jyknight, yln
Differential Revision: https://reviews.llvm.org/D139652
More information about the All-commits
mailing list