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
Bump version to 19.1.0-rc3
[llvm-project.git]
/
llvm
/
unittests
/
SandboxIR
/
CMakeLists.txt
blob
3f43f6337b919bcc6c9f7d7eb6ed511ef146d1c4
1
set(LLVM_LINK_COMPONENTS
2
AsmParser
3
SandboxIR
4
Core
5
)
6
7
add_llvm_unittest(SandboxIRTests
8
SandboxIRTest.cpp
9
TrackerTest.cpp
10
)