"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "286113687a6d4329b91544823dbcb1b562d9b1e7"
Clean up building & linking of Process/elf-core.
Summary: * cmake/LLDBDependencies.cmake: elf-core is already included globally in LLDB_USED_LIBS, so it doesn't need to be re-added on individual platforms. * lib/Makefile: elf-core is linked on each platform, so move it to the global list of used libraries. * source/Plugins/Makefile: elf-core is built on each platform, so move it to the global list of things to build. Reviewers: clayborg, labath Subscribers: lldb-commits Differential Revision: http://reviews.llvm.org/D12762 llvm-svn: 247366
Loading
Please register or sign in to comment