aboutsummaryrefslogtreecommitdiffstats
path: root/lib/MC/CMakeLists.txt
diff options
context:
space:
mode:
authorKevin Enderby <enderby@apple.com>2010-07-28 20:55:35 +0000
committerKevin Enderby <enderby@apple.com>2010-07-28 20:55:35 +0000
commit7cbf73a73f296167b6e978dbd919ed249e88eeb5 (patch)
treee9e874037081d251472bdc3a8e21c6876d9d2623 /lib/MC/CMakeLists.txt
parent329878f4ddd72c6f2d2d6acfa48d7e1447ed88c0 (diff)
downloadexternal_llvm-7cbf73a73f296167b6e978dbd919ed249e88eeb5.zip
external_llvm-7cbf73a73f296167b6e978dbd919ed249e88eeb5.tar.gz
external_llvm-7cbf73a73f296167b6e978dbd919ed249e88eeb5.tar.bz2
Added first bit of support for the dwarf .file directive. This patch collects
the info from the .file directive and makes file and directory tables that will eventually be put out as part of the dwarf info in the output file. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109651 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/MC/CMakeLists.txt')
-rw-r--r--lib/MC/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/MC/CMakeLists.txt b/lib/MC/CMakeLists.txt
index fc4f3c6..7b9b355 100644
--- a/lib/MC/CMakeLists.txt
+++ b/lib/MC/CMakeLists.txt
@@ -11,6 +11,7 @@ add_llvm_library(LLVMMC
MCInst.cpp
MCInstPrinter.cpp
MCLabel.cpp
+ MCDwarf.cpp
MCLoggingStreamer.cpp
MCMachOStreamer.cpp
MCNullStreamer.cpp