[llvm-commits] CVS: llvm/runtime/libprofile/exported_symbols.lst

Brian Gaeke gaeke at cs.uiuc.edu
Mon May 3 18:49:01 PDT 2004


Changes in directory llvm/runtime/libprofile:

exported_symbols.lst updated: 1.1 -> 1.2

---
Log message:

Add basic block tracing functions as exported symbols.


---
Diffs of the changes:  (+2 -0)

Index: llvm/runtime/libprofile/exported_symbols.lst
diff -u llvm/runtime/libprofile/exported_symbols.lst:1.1 llvm/runtime/libprofile/exported_symbols.lst:1.2
--- llvm/runtime/libprofile/exported_symbols.lst:1.1	Tue Oct 28 12:56:51 2003
+++ llvm/runtime/libprofile/exported_symbols.lst	Mon May  3 18:49:17 2004
@@ -1,3 +1,5 @@
 
 llvm_start_func_profiling
 llvm_start_block_profiling
+llvm_start_basic_block_tracing
+llvm_trace_basic_block





More information about the llvm-commits mailing list