Use %ull here.
[llvm/stm8.git] / lib / Transforms / Instrumentation / CMakeLists.txt
blob6ada9ff7e8450b71558b8d3d95c32d04a5715bad
1 add_llvm_library(LLVMInstrumentation
2   EdgeProfiling.cpp
3   Instrumentation.cpp
4   LineProfiling.cpp
5   OptimalEdgeProfiling.cpp
6   PathProfiling.cpp
7   ProfilingUtils.cpp
8   )