[bpf] support BPF backend as shared library
authorAlexei Starovoitov <alexei.starovoitov@gmail.com>
Wed, 8 Apr 2015 03:46:51 +0000 (03:46 +0000)
committerAlexei Starovoitov <alexei.starovoitov@gmail.com>
Wed, 8 Apr 2015 03:46:51 +0000 (03:46 +0000)
dependencies were not set correctly for shared library build.
static was ok

Patch by Brenden Blanco.

llvm-svn: 234386

llvm/lib/Target/BPF/MCTargetDesc/LLVMBuild.txt

index 209d17c..8bca2e3 100644 (file)
@@ -19,5 +19,5 @@
 type = Library
 name = BPFDesc
 parent = BPF
-required_libraries = MC BPFAsmPrinter BPFInfo
+required_libraries = MC BPFAsmPrinter BPFInfo Support
 add_to_library_groups = BPF