[all-commits] [llvm/llvm-project] ea82dd: [TSan] Adjust `TSAN_RTL_CFLAGS` before it gets copied
Julian Lettner via All-commits
all-commits at lists.llvm.org
Wed Nov 2 11:22:14 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ea82ddd070b78bbdb94b3a2a3f0fdeb2738f1845
https://github.com/llvm/llvm-project/commit/ea82ddd070b78bbdb94b3a2a3f0fdeb2738f1845
Author: Julian Lettner <julian.lettner at apple.com>
Date: 2022-11-02 (Wed, 02 Nov 2022)
Changed paths:
M compiler-rt/lib/tsan/rtl/CMakeLists.txt
Log Message:
-----------
[TSan] Adjust `TSAN_RTL_CFLAGS` before it gets copied
Add `COMPILER_RT_LIBDISPATCH_CFLAGS` to `TSAN_RTL_CFLAGS` before it gets
duplicated to `TSAN_RTL_DYNAMIC_CFLAGS` so both versions have the
necessary flags.
Reviewed By: wrotki, rsundahl
Differential Revision: https://reviews.llvm.org/D137183
More information about the All-commits
mailing list