X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FTarget%2FLLVMBuild.txt;h=eb794ebc72167baf84764f6a5aa908418eab2af2;hb=0b9fa0c2e341a046350914143079f03d60886f84;hp=358cbc81d578a519241f9b3b318ffd622e4e1ad1;hpb=f779757ceb202a995d90a2a17442255c70be061a;p=oota-llvm.git diff --git a/lib/Target/LLVMBuild.txt b/lib/Target/LLVMBuild.txt index 358cbc81d57..eb794ebc721 100644 --- a/lib/Target/LLVMBuild.txt +++ b/lib/Target/LLVMBuild.txt @@ -15,6 +15,27 @@ ; ;===------------------------------------------------------------------------===; +; Please keep these as one per line so that out-of-tree merges +; will typically require only insertion of a line. +[common] +subdirectories = + AMDGPU + ARM + AArch64 + AVR + 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 ; interpreter). @@ -42,7 +63,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