Use static inline to do the right thing when built in C99 mode. Of course,
[llvm/stm8.git] / runtime / libprofile / CMakeLists.txt
blob92182d7f8ff9f03257af8f520fbd810583229d4e
1 add_llvm_loadable_module( profile_rt
2   BasicBlockTracing.c
3   CommonProfiling.c
4   GCDAProfiling.c
5   PathProfiling.c
6   EdgeProfiling.c
7   OptimalEdgeProfiling.c
8   Profiling.h
9   )