Attempt to keep the Linux build happy in face of my changes. Non-Apple folks, can you confirm that this is good enough to keep things building for you?

llvm-svn: 216028
This commit is contained in:
Enrico Granata 2014-08-19 21:48:27 +00:00
parent 23046653be
commit 73f97e24c0
1 changed files with 2 additions and 0 deletions

View File

@ -7,4 +7,6 @@ add_lldb_library(lldbPluginAppleObjCRuntime
AppleObjCTrampolineHandler.cpp
AppleObjCTypeVendor.cpp
AppleThreadPlanStepThroughObjCTrampoline.cpp
AppleObjCClassDescriptorV2.cpp
AppleObjCTypeEncodingParser.cpp
)