X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FTarget%2FLLVMBuild.txt;h=f05d7a465252d18a7450cfe155fe763ff7f1c2b8;hb=7dfb31c3292d0059c3f3bd6617e471f2c6358315;hp=8995080974cc8083da8c5d52c7a665d6b2df1cd4;hpb=42a0b48dd3773574f648c19b4d9abafb6b4a4f16;p=oota-llvm.git diff --git a/lib/Target/LLVMBuild.txt b/lib/Target/LLVMBuild.txt index 8995080974c..f05d7a46525 100644 --- a/lib/Target/LLVMBuild.txt +++ b/lib/Target/LLVMBuild.txt @@ -15,8 +15,25 @@ ; ;===------------------------------------------------------------------------===; +; Please keep these as one per line so that out-of-tree merges +; will typically require only insertion of a line. [common] -subdirectories = ARM CellSPU CppBackend Hexagon MBlaze MSP430 NVPTX Mips PowerPC Sparc X86 XCore +subdirectories = + AMDGPU + ARM + AArch64 + BPF + CppBackend + Hexagon + MSP430 + NVPTX + Mips + PowerPC + Sparc + SystemZ + WebAssembly + 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 +62,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