Funky indentation.
[llvm/avr.git] / tools / llvm-prof / CMakeLists.txt
blob9a5115085dd39b479c617da6403f8a96ce06dec2
1 set(LLVM_LINK_COMPONENTS bitreader analysis)
2 set(LLVM_REQUIRES_EH 1)
4 add_llvm_tool(llvm-prof
5   llvm-prof.cpp
6   )