Home | History | Annotate | Download | only in verify-uselistorder
      1 set(LLVM_LINK_COMPONENTS
      2   AsmParser
      3   BitReader
      4   BitWriter
      5   Core
      6   IRReader
      7   Support
      8   )
      9 
     10 add_llvm_tool(verify-uselistorder
     11   verify-uselistorder.cpp
     12   )
     13