1set(LLVM_LINK_COMPONENTS
2  BitWriter
3  Core
4  IPO
5  IRReader
6  Support
7  )
8
9add_llvm_tool(llvm-extract
10  llvm-extract.cpp
11  )
12