Update CMake build to include HexDisassembler.cpp.
authorChandler Carruth <chandlerc@gmail.com>
Thu, 17 Dec 2009 06:35:17 +0000 (06:35 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Thu, 17 Dec 2009 06:35:17 +0000 (06:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@91589 91177308-0d34-0410-b5e6-96231b3b80d8

tools/llvm-mc/CMakeLists.txt

index ce9d63b879ff69a9b87b687cf1633f11d658a666..ffb7bc9401731c1c4ad1f64fcac9b08bdeefec2c 100644 (file)
@@ -4,4 +4,5 @@ add_llvm_tool(llvm-mc
   llvm-mc.cpp
   AsmLexer.cpp
   AsmParser.cpp
+  HexDisassembler.cpp
   )