• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1set(SOURCES
2  BasicBlockTracing.c
3  CommonProfiling.c
4  GCDAProfiling.c
5  PathProfiling.c
6  EdgeProfiling.c
7  OptimalEdgeProfiling.c
8  Profiling.h
9  )
10
11add_llvm_library( profile_rt-static ${SOURCES} )
12set_target_properties( profile_rt-static
13  PROPERTIES
14  OUTPUT_NAME "profile_rt" )
15
16add_llvm_loadable_module( profile_rt-shared ${SOURCES} )
17set_target_properties( profile_rt-shared
18  PROPERTIES
19  OUTPUT_NAME "profile_rt" )
20