[all-commits] [llvm/llvm-project] 125a37: [LoongArch] Add Scalar link component
Xiaodong Liu via All-commits
all-commits at lists.llvm.org
Fri Mar 24 07:58:43 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 125a37e09ba6e60495e1c0fa4c1b5ea05478a4b6
https://github.com/llvm/llvm-project/commit/125a37e09ba6e60495e1c0fa4c1b5ea05478a4b6
Author: Xiaodong Liu <liuxiaodong at loongson.cn>
Date: 2023-03-24 (Fri, 24 Mar 2023)
Changed paths:
M llvm/lib/Target/LoongArch/CMakeLists.txt
Log Message:
-----------
[LoongArch] Add Scalar link component
Fix the lld link error on ppc64le builders:
```
ld.lld: error: undefined symbol: llvm::createLoopDataPrefetchPass()
>>> referenced by LoongArchTargetMachine.cpp
>>> lib/Target/LoongArch/CMakeFiles/LLVMLoongArchCodeGen.dir/LoongArchTargetMachine.cpp.o:((anonymous namespace)::LoongArchPassConfig::addIRPasses())
collect2: error: ld returned 1 exit status`
```
Reviewed By: sdesmalen
Differential Revision: https://reviews.llvm.org/D146806
More information about the All-commits
mailing list