xref: /llvm-project/llvm/unittests/SandboxIR/CMakeLists.txt (revision 54566ba52304beede0d80851c0202c2dcf7a03ec)
1set(LLVM_LINK_COMPONENTS
2  AsmParser
3  SandboxIR
4  Core
5  Analysis
6  )
7
8add_llvm_unittest(SandboxIRTests
9  IntrinsicInstTest.cpp
10  PassTest.cpp
11  RegionTest.cpp
12  OperatorTest.cpp
13  SandboxIRTest.cpp
14  TrackerTest.cpp
15  TypesTest.cpp
16  UtilsTest.cpp
17  )
18