OSDN Git Service

llvm-profdata] Handle the cases of overlapping input file and output file
[android-x86/external-llvm.git] / tools / llvm-extract / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS
2   BitWriter
3   Core
4   IPO
5   IRReader
6   Support
7   )
8
9 add_llvm_tool(llvm-extract
10   llvm-extract.cpp
11
12   DEPENDS
13   intrinsics_gen
14   )