llvm/lib/Target/AVR/Disassembler/CMakeLists.txt
Dylan McKay acce8ee4fd [AVR] Add the machine code disassembler
This adds a super basic implementation of a machine code disassembler.

It doesn't support any operands with custom encoding.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@284930 91177308-0d34-0410-b5e6-96231b3b80d8
2016-10-22 23:57:59 +00:00

5 lines
62 B
CMake

add_llvm_library(LLVMAVRDisassembler
AVRDisassembler.cpp
)