[all-commits] [llvm/llvm-project] 6d102f: BPF: Add LLVMTransformUtils in CMakefile LINK_COMP...
yonghong-song via All-commits
all-commits at lists.llvm.org
Thu Feb 25 15:43:51 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6d102f15a3af0a44cf2e26677e260bee425312f3
https://github.com/llvm/llvm-project/commit/6d102f15a3af0a44cf2e26677e260bee425312f3
Author: Yonghong Song <yhs at fb.com>
Date: 2021-02-25 (Thu, 25 Feb 2021)
Changed paths:
M llvm/lib/Target/BPF/CMakeLists.txt
Log Message:
-----------
BPF: Add LLVMTransformUtils in CMakefile LINK_COMPONENTS
Commit 1959ead525b8 ("BPF: Implement TTI.getCmpSelInstrCost()
properly") introduced a dependency on LLVMTransformUtils
library. Let us encode this dependency explicitly in
CMakefile to avoid build error.
More information about the All-commits
mailing list