Justin Bogner | f8d7919 | 2014-03-21 17:24:48 +0000 | [diff] [blame] | 1 | add_llvm_library(LLVMProfileData |
2 | InstrProf.cpp | ||||
3 | InstrProfReader.cpp | ||||
Justin Bogner | b9bd7f8 | 2014-03-21 17:46:22 +0000 | [diff] [blame] | 4 | InstrProfWriter.cpp |
Justin Bogner | f8d7919 | 2014-03-21 17:24:48 +0000 | [diff] [blame] | 5 | |
6 | LINK_LIBS | ||||
7 | LLVMSupport | ||||
8 | ) |