[ELF] Fix shared CMake build.

llvm-svn: 238029
This commit is contained in:
Benjamin Kramer
2015-05-22 16:01:12 +00:00
parent 62a07cb59b
commit fc99f3d43f

View File

@@ -15,6 +15,7 @@ add_llvm_library(lldELF
lldReaderWriter
lldCore
lldYAML
LLVMObject
LLVMSupport
)