Fix the MCDisassembler dependencies. These were just absurdly wrong.
authorChandler Carruth <chandlerc@gmail.com>
Fri, 29 Jul 2011 02:12:59 +0000 (02:12 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Fri, 29 Jul 2011 02:12:59 +0000 (02:12 +0000)
commit7ad75f6c500d5497f3526dcedbaf302099cf800c
tree7decf84268eef1ec9c3bd3106266379d9387e841
parent6126005259422581d165e406af0e46de19c0b401
Fix the MCDisassembler dependencies. These were just absurdly wrong.

First off, only depend on the actual MC-ized disassemblers in the
targets, not all of the libraries those in turn depend on.

Second off, only depend on those MC-ized disassemblers for targets we're
building.

This should fix builds of fewer than all targets.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136455 91177308-0d34-0410-b5e6-96231b3b80d8
lib/MC/MCDisassembler/CMakeLists.txt