diff options
author | Andreas Neustifter <astifter-llvm@gmx.at> | 2009-09-01 19:03:44 +0000 |
---|---|---|
committer | Andreas Neustifter <astifter-llvm@gmx.at> | 2009-09-01 19:03:44 +0000 |
commit | f771dae69aee00a16dbfb7e712bf26ab2b9d9cde (patch) | |
tree | c44a44042fde0dadb3ff1e24b09bd429885e7c5e /runtime/libprofile/exported_symbols.lst | |
parent | 19531d113c74d734a6e4128653ad694089e8981b (diff) | |
download | external_llvm-f771dae69aee00a16dbfb7e712bf26ab2b9d9cde.zip external_llvm-f771dae69aee00a16dbfb7e712bf26ab2b9d9cde.tar.gz external_llvm-f771dae69aee00a16dbfb7e712bf26ab2b9d9cde.tar.bz2 |
OptimalEdgeProfiling: Creation of profiles.
This adds the instrumentation and runtime part of OptimalEdgeProfiling.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80712 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'runtime/libprofile/exported_symbols.lst')
-rw-r--r-- | runtime/libprofile/exported_symbols.lst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/libprofile/exported_symbols.lst b/runtime/libprofile/exported_symbols.lst index 5fc6559..45c6d5e 100644 --- a/runtime/libprofile/exported_symbols.lst +++ b/runtime/libprofile/exported_symbols.lst @@ -2,5 +2,6 @@ llvm_start_func_profiling llvm_start_block_profiling llvm_start_edge_profiling +llvm_start_opt_edge_profiling llvm_start_basic_block_tracing llvm_trace_basic_block |