Issue 169605
Summary build of my project using LLVM as a dependency failed on the Windows platform
Labels new issue
Assignees
Reporter cctv130
     (end of response file)
lld-link: error: duplicate symbol: public: __cdecl llvm::PredicateInfo::~PredicateInfo(void)
>>> defined at C:\deps\llvm\llvm-project-21.1.6.src\llvm\lib\Transforms\Utils\PredicateInfo.cpp:716
>>> LLVMTransformUtils.lib(PredicateInfo.cpp.obj)
>>> defined at LLVMTableGenCommon.lib(CodeGenTarget.cpp.obj)

lld-link: error: duplicate symbol: public: __cdecl llvm::PredicateInfo::~PredicateInfo(void)
>>> defined at C:\deps\llvm\llvm-project-21.1.6.src\llvm\lib\Transforms\Utils\PredicateInfo.cpp:716
>>> LLVMTransformUtils.lib(PredicateInfo.cpp.obj)
>>> defined at LLVMTableGenCommon.lib(CodeGenSchedule.cpp.obj)
clang++: error: linker command failed with exit code 1 (use -v to see invocation)

My question is the same as the one below.
https://github.com/llvm/llvm-project/issues/87168
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to