diff options
Diffstat (limited to 'lib/clang/liblldbTarget/Makefile')
-rw-r--r-- | lib/clang/liblldbTarget/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/clang/liblldbTarget/Makefile b/lib/clang/liblldbTarget/Makefile index 110dfe9..9bad46e 100644 --- a/lib/clang/liblldbTarget/Makefile +++ b/lib/clang/liblldbTarget/Makefile @@ -15,6 +15,7 @@ SRCS= ABI.cpp \ InstrumentationRuntimeStopInfo.cpp \ JITLoader.cpp \ JITLoaderList.cpp \ + Language.cpp \ LanguageRuntime.cpp \ Memory.cpp \ MemoryHistory.cpp \ |