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 | 417d555b6fea62f0a29abd3fc06877d9c4024a5c (patch) | |
tree | 4ce32866720e442b68eaa8d35b102f3531954628 | |
parent | 213715bceb68f227f3af4265f79f04dd0d2608e2 (diff) | |
download | bcm5719-llvm-417d555b6fea62f0a29abd3fc06877d9c4024a5c.tar.gz bcm5719-llvm-417d555b6fea62f0a29abd3fc06877d9c4024a5c.zip |
Add basic block tracing functions as exported symbols.
llvm-svn: 13338
-rw-r--r-- | llvm/runtime/libprofile/exported_symbols.lst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/runtime/libprofile/exported_symbols.lst b/llvm/runtime/libprofile/exported_symbols.lst index faed3efd203..6f6c3cc840c 100644 --- a/llvm/runtime/libprofile/exported_symbols.lst +++ b/llvm/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 |