[all-commits] [llvm/llvm-project] 692131: [compiler-rt] Explicitly set dependency on libcxx ...
Zero Omega via All-commits
all-commits at lists.llvm.org
Mon Nov 22 12:47:30 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 692131f41aa1a8b4e1f7606546d206201ae2e55c
https://github.com/llvm/llvm-project/commit/692131f41aa1a8b4e1f7606546d206201ae2e55c
Author: Haowei Wu <haowei at google.com>
Date: 2021-11-22 (Mon, 22 Nov 2021)
Changed paths:
M compiler-rt/lib/memprof/tests/CMakeLists.txt
Log Message:
-----------
[compiler-rt] Explicitly set dependency on libcxx for MemProfUnitTest
MemProfUnitTest now depends on libcxx but the dependency is not
explicitly expressed in build system, causing build races. This patch
addresses this issue.
Differential Revision: https://reviews.llvm.org/D114267
More information about the All-commits
mailing list