1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-24 05:23:45 +02:00
llvm-mirror/lib/Target/WebAssembly/Disassembler/CMakeLists.txt
Dan Gohman 2d32547aa5 [WebAssembly] Implement a prototype instruction encoder and disassembler.
This is using an extremely simple temporary made-up binary format, not the
official binary format (which isn't defined yet).

llvm-svn: 257440
2016-01-12 03:32:29 +00:00

4 lines
79 B
CMake

add_llvm_library(LLVMWebAssemblyDisassembler
WebAssemblyDisassembler.cpp
)