Sign in
llvm
/
llvm-project
/
b47d1787b51f55d69ef1b4f88e72cd54af451649
/
.
/
llvm
/
unittests
/
SandboxIR
/
CMakeLists.txt
blob: a228637b062a430af1a7d8d2c70de433a7ef928b [
file
] [
log
] [
blame
]
set(LLVM_LINK_COMPONENTS
AsmParser
SandboxIR
Core
)
add_llvm_unittest(SandboxIRTests
PassTest.cpp
SandboxIRTest.cpp
TrackerTest.cpp
TypesTest.cpp
)