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
[PAC][lld][AArch64][ELF] Support signed GOT with tiny code model (#113816)
[llvm-project.git]
/
llvm
/
tools
/
llvm-cgdata
/
CMakeLists.txt
blob
556bc388306a3c58daf00b3ccb7a12ddbd6187be
1
set(LLVM_LINK_COMPONENTS
2
CGData
3
CodeGen
4
Core
5
Object
6
Option
7
Support
8
)
9
10
set(LLVM_TARGET_DEFINITIONS Opts.td)
11
tablegen(LLVM Opts.inc -gen-opt-parser-defs)
12
add_public_tablegen_target(CGDataOptsTableGen)
13
14
add_llvm_tool(llvm-cgdata
15
llvm-cgdata.cpp
16
17
DEPENDS
18
intrinsics_gen
19
CGDataOptsTableGen
20
GENERATE_DRIVER
21
)