X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=lib%2FTarget%2FX86%2FLLVMBuild.txt;h=87305e0e5f5ca1b65181ab5d5068c9cc88b844c6;hp=b0958f3825e803c48a88cc6867a97f87dae9d5ef;hb=e265d9a2d4e159632e281c8c55b5b4030e58d94b;hpb=a3a2dfd4a2a8265a9a0c962cb776e2e6ba123956 diff --git a/lib/Target/X86/LLVMBuild.txt b/lib/Target/X86/LLVMBuild.txt index b0958f3825e..87305e0e5f5 100644 --- a/lib/Target/X86/LLVMBuild.txt +++ b/lib/Target/X86/LLVMBuild.txt @@ -15,11 +15,17 @@ ; ;===------------------------------------------------------------------------===; +[common] +subdirectories = AsmParser Disassembler InstPrinter MCTargetDesc TargetInfo Utils + [component_0] -type = LibraryGroup +type = TargetGroup name = X86 parent = Target -add_to_library_groups = all-targets +has_asmparser = 1 +has_asmprinter = 1 +has_disassembler = 1 +has_jit = 1 [component_1] type = Library @@ -27,4 +33,3 @@ name = X86CodeGen parent = X86 required_libraries = Analysis AsmPrinter CodeGen Core MC SelectionDAG Support Target X86AsmPrinter X86Desc X86Info X86Utils add_to_library_groups = X86 -