llvm-6502/unittests/MC/CMakeLists.txt
Colin LeMahieu 8699f5390b [Hexagon] Resubmission of 220427
Modified library structure to deal with circular dependency between HexagonInstPrinter and HexagonMCInst.
Adding encoding bits for add opcode.
Adding llvm-mc tests.
Removing unit tests.

http://reviews.llvm.org/D5624

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@220584 91177308-0d34-0410-b5e6-96231b3b80d8
2014-10-24 19:00:32 +00:00

10 lines
119 B
CMake

set(LLVM_LINK_COMPONENTS
MC
Support
)
add_llvm_unittest(MCTests
StringTableBuilderTest.cpp
YAMLTest.cpp
)