From 3228484b5f42b943a83528a9a9eb2007c6492182 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Mon, 14 Sep 2009 05:22:47 +0000 Subject: [PATCH] Update CMake. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81757 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/MC/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/MC/CMakeLists.txt b/lib/MC/CMakeLists.txt index 277fb26543e..8a1a0586374 100644 --- a/lib/MC/CMakeLists.txt +++ b/lib/MC/CMakeLists.txt @@ -11,6 +11,7 @@ add_llvm_library(LLVMMC MCDisassembler.cpp MCExpr.cpp MCInst.cpp + MCInstPrinter.cpp MCMachOStreamer.cpp MCNullStreamer.cpp MCSection.cpp -- 2.34.1