I mis-interpreted the MCDisassembler's intended dependencies. Now to fix
authorChandler Carruth <chandlerc@gmail.com>
Sun, 31 Jul 2011 22:00:40 +0000 (22:00 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Sun, 31 Jul 2011 22:00:40 +0000 (22:00 +0000)
commit87334094482e99940030960d22ddc49c97abf025
treee37935b6def223f5c9994ba41de1c21590ddba63
parentaf75f0ca8636e3f6ac9a43aeadacc4eeac2ce75b
I mis-interpreted the MCDisassembler's intended dependencies. Now to fix
them properly. Specifically, the disassembler clearly attempts to
initialiaze all TargetInfo, MCTargeDesc, AsmParser, and Disassembler
sublibraries of registered targets. This makes the CMakeLists accurately
reflect this intent in the code.

This should fix the last of the link errors that I have gotten reports
of on OS X, but if anyone continues to see link errors, continue to
pester me and I'll look into it.

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