Skip to content
Snippets Groups Projects
Commit b27317f7 authored by Daniel Dunbar's avatar Daniel Dunbar
Browse files

build/MCDisassembler: Fix required libraries list of MCDisassembler to use

all-targets instead of an explicit list.

llvm-svn: 144320
parent 66b37db6
No related branches found
No related tags found
No related merge requests found
...@@ -19,5 +19,7 @@ ...@@ -19,5 +19,7 @@
type = Library type = Library
name = MCDisassembler name = MCDisassembler
parent = MC parent = MC
required_libraries = ARMAsmParser ARMDesc ARMDisassembler ARMInfo CBackendInfo CellSPUDesc CellSPUInfo CppBackendInfo MBlazeAsmParser MBlazeDesc MBlazeDisassembler MBlazeInfo MC MCParser MSP430Desc MSP430Info MipsDesc MipsInfo PTXDesc PTXInfo PowerPCDesc PowerPCInfo SparcDesc SparcInfo Support X86AsmParser X86Desc X86Disassembler X86Info XCoreDesc XCoreInfo ; FIXME: This is really horrible, MCDisassembler should not in and of its own
; accord depending on every target.
required_libraries = all-targets MC MCParser Support
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment