diff options
author | Brian Gaeke <gaeke@uiuc.edu> | 2004-05-03 23:49:17 +0000 |
---|---|---|
committer | Brian Gaeke <gaeke@uiuc.edu> | 2004-05-03 23:49:17 +0000 |
commit | 86329b3fd631d0495fa985ef1294e8782fc50cab (patch) | |
tree | 8b8eb149c132874ea6b30c8884dcf167f1a7728d /runtime | |
parent | 273595f90735f3294c1a33968db69cfc3031cb0d (diff) | |
download | external_llvm-86329b3fd631d0495fa985ef1294e8782fc50cab.zip external_llvm-86329b3fd631d0495fa985ef1294e8782fc50cab.tar.gz external_llvm-86329b3fd631d0495fa985ef1294e8782fc50cab.tar.bz2 |
Add basic block tracing functions as exported symbols.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13338 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/libprofile/exported_symbols.lst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/libprofile/exported_symbols.lst b/runtime/libprofile/exported_symbols.lst index faed3ef..6f6c3cc 100644 --- a/runtime/libprofile/exported_symbols.lst +++ b/runtime/libprofile/exported_symbols.lst @@ -1,3 +1,5 @@ llvm_start_func_profiling llvm_start_block_profiling +llvm_start_basic_block_tracing +llvm_trace_basic_block |