[Orc] LLVMLinkInOrcMCJITReplacement shouldn't be in the anonymous namespace.
[oota-llvm.git] / lib / ProfileData / CMakeLists.txt
1 add_llvm_library(LLVMProfileData
2   InstrProf.cpp
3   InstrProfReader.cpp
4   InstrProfWriter.cpp
5   CoverageMapping.cpp
6   CoverageMappingWriter.cpp
7   CoverageMappingReader.cpp
8   SampleProf.cpp
9   SampleProfReader.cpp
10   SampleProfWriter.cpp
11   )