From: Alexei Starovoitov Date: Wed, 8 Apr 2015 03:46:51 +0000 (+0000) Subject: [bpf] support BPF backend as shared library X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=34354ecc302e73d9c744c7d38dc764b082537cc8;p=llvm [bpf] support BPF backend as shared library dependencies were not set correctly for shared library build. static was ok Patch by Brenden Blanco. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@234386 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/BPF/MCTargetDesc/LLVMBuild.txt b/lib/Target/BPF/MCTargetDesc/LLVMBuild.txt index 209d17c8f50..8bca2e39e89 100644 --- a/lib/Target/BPF/MCTargetDesc/LLVMBuild.txt +++ b/lib/Target/BPF/MCTargetDesc/LLVMBuild.txt @@ -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