[all-commits] [llvm/llvm-project] 22b8a1: [AIX][compiler-rt] Fix missing dependency of paren...
bzEq via All-commits
all-commits at lists.llvm.org
Sun Jul 10 19:49:54 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 22b8a198cfb1581237f6eb904a53889b13d9a952
https://github.com/llvm/llvm-project/commit/22b8a198cfb1581237f6eb904a53889b13d9a952
Author: Kai Luo <lkail at cn.ibm.com>
Date: 2022-07-11 (Mon, 11 Jul 2022)
Changed paths:
M compiler-rt/cmake/Modules/CompilerRTAIXUtils.cmake
Log Message:
-----------
[AIX][compiler-rt] Fix missing dependency of parent target
`add_dependencies(${LIB_PARENT_TARGET} aix-${libname})` should only happen when `aix-${libname}` is added.
Reviewed By: hubert.reinterpretcast
Differential Revision: https://reviews.llvm.org/D129433
More information about the All-commits
mailing list