From 34354ecc302e73d9c744c7d38dc764b082537cc8 Mon Sep 17 00:00:00 2001 From: Alexei Starovoitov Date: Wed, 8 Apr 2015 03:46:51 +0000 Subject: [PATCH] [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 --- lib/Target/BPF/MCTargetDesc/LLVMBuild.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1