Generalize support for analyzing loops to include SLE/SGE loop exit conditions
[oota-llvm.git] / tools / llvm-prof / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS bitreader analysis)
2 set(LLVM_REQUIRES_EH 1)
3
4 add_llvm_tool(llvm-prof
5   llvm-prof.cpp
6   )