llvm/tools/llvm-mc/CMakeLists.txt
Chris Lattner f9f065e455 Add a skeleton driver for new machine code level fun. llvm-mc is meant
to be a test driver of other components in the system, which will develop
over time.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73732 91177308-0d34-0410-b5e6-96231b3b80d8
2009-06-18 23:04:45 +00:00

6 lines
76 B
CMake

set(LLVM_LINK_COMPONENTS support)
add_llvm_tool(llvm-dis
llvm-mc.cpp
)