Changeset View
Changeset View
Standalone View
Standalone View
llvm/trunk/lib/Target/WebAssembly/LLVMBuild.txt
Show All 10 Lines | |||||
; | ; | ||||
; For more information on the LLVMBuild system, please see: | ; For more information on the LLVMBuild system, please see: | ||||
; | ; | ||||
; http://llvm.org/docs/LLVMBuild.html | ; http://llvm.org/docs/LLVMBuild.html | ||||
; | ; | ||||
;===------------------------------------------------------------------------===; | ;===------------------------------------------------------------------------===; | ||||
[common] | [common] | ||||
subdirectories = Disassembler InstPrinter MCTargetDesc TargetInfo | subdirectories = AsmParser Disassembler InstPrinter MCTargetDesc TargetInfo | ||||
[component_0] | [component_0] | ||||
type = TargetGroup | type = TargetGroup | ||||
name = WebAssembly | name = WebAssembly | ||||
parent = Target | parent = Target | ||||
has_asmparser = 1 | |||||
has_asmprinter = 1 | has_asmprinter = 1 | ||||
has_disassembler = 1 | has_disassembler = 1 | ||||
[component_1] | [component_1] | ||||
type = Library | type = Library | ||||
name = WebAssemblyCodeGen | name = WebAssemblyCodeGen | ||||
parent = WebAssembly | parent = WebAssembly | ||||
required_libraries = Analysis AsmPrinter CodeGen Core MC Scalar SelectionDAG Support Target TransformUtils WebAssemblyAsmPrinter WebAssemblyDesc WebAssemblyInfo | required_libraries = Analysis AsmPrinter CodeGen Core MC Scalar SelectionDAG Support Target TransformUtils WebAssemblyAsmPrinter WebAssemblyDesc WebAssemblyInfo | ||||
add_to_library_groups = WebAssembly | add_to_library_groups = WebAssembly |