aboutsummaryrefslogtreecommitdiff
path: root/contrib/llvm/lib/ProfileData/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/llvm/lib/ProfileData/CMakeLists.txt')
-rw-r--r--contrib/llvm/lib/ProfileData/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/contrib/llvm/lib/ProfileData/CMakeLists.txt b/contrib/llvm/lib/ProfileData/CMakeLists.txt
new file mode 100644
index 000000000000..aefb16cb8d96
--- /dev/null
+++ b/contrib/llvm/lib/ProfileData/CMakeLists.txt
@@ -0,0 +1,5 @@
+add_llvm_library(LLVMProfileData
+ InstrProf.cpp
+ InstrProfReader.cpp
+ InstrProfWriter.cpp
+ )