[X86] Split rr/rm CVT schedules on SNB/HSW/BDW (#117494)
[llvm-project.git] / llvm / unittests / SandboxIR / CMakeLists.txt
blobb20ef829ed0c95339d6b0ebb646c30e7a52f0202
1 set(LLVM_LINK_COMPONENTS
2   AsmParser
3   SandboxIR
4   Core
5   Analysis
6   )
8 add_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   )