[llvm-commits] [llvm] r79944 - /llvm/trunk/runtime/libprofile/exported_symbols.lst
Andreas Neustifter
astifter at gmx.at
Mon Aug 24 14:41:37 PDT 2009
Author: astifter
Date: Mon Aug 24 16:41:37 2009
New Revision: 79944
URL: http://llvm.org/viewvc/llvm-project?rev=79944&view=rev
Log:
Add llvm_start_edge_profiling to exported symbols for libprofile_rt.
Modified:
llvm/trunk/runtime/libprofile/exported_symbols.lst
Modified: llvm/trunk/runtime/libprofile/exported_symbols.lst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/runtime/libprofile/exported_symbols.lst?rev=79944&r1=79943&r2=79944&view=diff
==============================================================================
--- llvm/trunk/runtime/libprofile/exported_symbols.lst (original)
+++ llvm/trunk/runtime/libprofile/exported_symbols.lst Mon Aug 24 16:41:37 2009
@@ -1,5 +1,6 @@
llvm_start_func_profiling
llvm_start_block_profiling
+llvm_start_edge_profiling
llvm_start_basic_block_tracing
llvm_trace_basic_block
More information about the llvm-commits
mailing list