repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix test failures introduced by PR #113697 (#116941)
[llvm-project.git]
/
llvm
/
tools
/
llvm-gsymutil
/
CMakeLists.txt
blob
7f8a21a39d3240580b32be2d8e52610cbb8f6f7c
1
set(LLVM_LINK_COMPONENTS
2
${LLVM_TARGETS_TO_BUILD}
3
DebugInfoDWARF
4
DebugInfoGSYM
5
MC
6
Object
7
Option
8
Support
9
TargetParser
10
)
11
12
set(LLVM_TARGET_DEFINITIONS Opts.td)
13
tablegen(LLVM Opts.inc -gen-opt-parser-defs)
14
add_public_tablegen_target(GSYMUtilOptsTableGen)
15
16
add_llvm_tool(llvm-gsymutil
17
llvm-gsymutil.cpp
18
19
DEPENDS
20
GSYMUtilOptsTableGen
21
22
GENERATE_DRIVER
23
)