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
[RISCV][VLOPT] Add vmv.x.s and vfmv.f.s to isVectorOpUsedAsScalarOp (#121588)
[llvm-project.git]
/
llvm
/
tools
/
llvm-tli-checker
/
CMakeLists.txt
blob
384c09d643a252a666bbda3f37220c8430964c5f
1
set(LLVM_LINK_COMPONENTS
2
Analysis
3
BinaryFormat
4
BitReader
5
BitstreamReader
6
Core
7
Demangle
8
MC
9
MCParser
10
Object
11
Option
12
Remarks
13
Support
14
TargetParser
15
TextAPI
16
)
17
18
set(LLVM_TARGET_DEFINITIONS Opts.td)
19
tablegen(LLVM Opts.inc -gen-opt-parser-defs)
20
add_public_tablegen_target(TLICheckerOptsTableGen)
21
22
add_llvm_tool(llvm-tli-checker
23
llvm-tli-checker.cpp
24
25
DEPENDS
26
TLICheckerOptsTableGen
27
)