pass machinemoduleinfo down into getSymbolForDwarfGlobalReference,
[llvm/avr.git] / lib / Transforms / Instrumentation / CMakeLists.txt
blob494928e438148f47fad2922918aa7f5704db6a00
1 add_llvm_library(LLVMInstrumentation
2   BlockProfiling.cpp
3   EdgeProfiling.cpp
4   OptimalEdgeProfiling.cpp
5   ProfilingUtils.cpp
6   RSProfiling.cpp
7   )