annotate llvm/tools/llvm-debuginfod/CMakeLists.txt @ 237:c80f45b162ad llvm-original

add some fix
author kono
date Wed, 09 Nov 2022 17:47:54 +0900
parents c4bab56944e8
children 1f2b6ac9f198
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
236
c4bab56944e8 LLVM 16
kono
parents:
diff changeset
1 set(LLVM_LINK_COMPONENTS
c4bab56944e8 LLVM 16
kono
parents:
diff changeset
2 Support
c4bab56944e8 LLVM 16
kono
parents:
diff changeset
3 )
c4bab56944e8 LLVM 16
kono
parents:
diff changeset
4 add_llvm_tool(llvm-debuginfod
c4bab56944e8 LLVM 16
kono
parents:
diff changeset
5 llvm-debuginfod.cpp
c4bab56944e8 LLVM 16
kono
parents:
diff changeset
6 )
c4bab56944e8 LLVM 16
kono
parents:
diff changeset
7 target_link_libraries(llvm-debuginfod PRIVATE LLVMDebuginfod)
c4bab56944e8 LLVM 16
kono
parents:
diff changeset
8 if(LLVM_INSTALL_BINUTILS_SYMLINKS)
c4bab56944e8 LLVM 16
kono
parents:
diff changeset
9 add_llvm_tool_symlink(debuginfod llvm-debuginfod)
c4bab56944e8 LLVM 16
kono
parents:
diff changeset
10 endif()