Skip to content
  • Chandler Carruth's avatar
    I mis-interpreted the MCDisassembler's intended dependencies. Now to fix · 09fae1f2
    Chandler Carruth authored
    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.
    
    llvm-svn: 136603
    09fae1f2
Loading