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
[AMDGPU][True16][CodeGen] true16 codegen pattern for v_med3_u/i16 (#121850)
[llvm-project.git]
/
llvm
/
tools
/
llvm-cvtres
/
CMakeLists.txt
blob
0898318ddfcc6b27a08f8548b43d60bc32995230
1
set(LLVM_LINK_COMPONENTS
2
BinaryFormat
3
Object
4
Option
5
Support
6
)
7
8
set(LLVM_TARGET_DEFINITIONS Opts.td)
9
10
tablegen(LLVM Opts.inc -gen-opt-parser-defs)
11
add_public_tablegen_target(CvtResTableGen)
12
13
add_llvm_tool(llvm-cvtres
14
llvm-cvtres.cpp
15
)