diff options
Diffstat (limited to 'lib/clang/libllvmdebuginfo/Makefile')
-rw-r--r-- | lib/clang/libllvmdebuginfo/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/clang/libllvmdebuginfo/Makefile b/lib/clang/libllvmdebuginfo/Makefile index 72218ad..c8039dc 100644 --- a/lib/clang/libllvmdebuginfo/Makefile +++ b/lib/clang/libllvmdebuginfo/Makefile @@ -15,7 +15,10 @@ SRCS= DIContext.cpp \ DWARFDebugFrame.cpp \ DWARFDebugInfoEntry.cpp \ DWARFDebugLine.cpp \ + DWARFDebugLoc.cpp \ DWARFDebugRangeList.cpp \ - DWARFFormValue.cpp + DWARFFormValue.cpp \ + DWARFTypeUnit.cpp \ + DWARFUnit.cpp .include "../clang.lib.mk" |