Fix build with stdcxx by using llvm::next. Patch by Joerg Sonnenberger!
[llvm.git] / tools / llvm-prof / CMakeLists.txt
blob442112bc88ed5dc0a3f2fae1884d118d8f323003
1 set(LLVM_LINK_COMPONENTS bitreader analysis)
3 add_llvm_tool(llvm-prof
4   llvm-prof.cpp
5   )