diff options
Diffstat (limited to 'lib/Target/LLVMBuild.txt')
-rw-r--r-- | lib/Target/LLVMBuild.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Target/LLVMBuild.txt b/lib/Target/LLVMBuild.txt index 1b0837c..4112046 100644 --- a/lib/Target/LLVMBuild.txt +++ b/lib/Target/LLVMBuild.txt @@ -16,7 +16,7 @@ ;===------------------------------------------------------------------------===; [common] -subdirectories = ARM AArch64 CppBackend Hexagon MSP430 NVPTX Mips PowerPC R600 Sparc SystemZ X86 XCore +subdirectories = ARM AArch64 BPF CppBackend Hexagon MSP430 NVPTX Mips PowerPC R600 Sparc SystemZ X86 XCore ; This is a special group whose required libraries are extended (by llvm-build) ; with the best execution engine (the native JIT, if available, or the @@ -45,7 +45,7 @@ parent = Libraries type = Library name = Target parent = Libraries -required_libraries = Core MC Support +required_libraries = Analysis Core MC Support ; This is a special group whose required libraries are extended (by llvm-build) ; with every built target, which makes it easy for tools to include every |