llvm/llvm/unittests/SandboxIR/CMakeLists.txt

set(LLVM_LINK_COMPONENTS
  AsmParser
  SandboxIR
  Core
  Analysis
  )

add_llvm_unittest(SandboxIRTests
  PassTest.cpp
  RegionTest.cpp
  SandboxIRTest.cpp
  TrackerTest.cpp
  TypesTest.cpp
  UtilsTest.cpp
  )