diff options
| author | Jessica Paquette <jpaquette@apple.com> | 2018-10-02 16:28:52 +0000 |
|---|---|---|
| committer | Jessica Paquette <jpaquette@apple.com> | 2018-10-02 16:28:52 +0000 |
| commit | 9cfc8eca70318a38cb073bfd0539c572d3a0ae7b (patch) | |
| tree | 2601e1384267bdf7a4b0ec2c9fdadbd9f29d612e /compiler-rt/include | |
| parent | 80e7d65a42b8f74ae10967f54541b40b2097ebd4 (diff) | |
| download | bcm5719-llvm-9cfc8eca70318a38cb073bfd0539c572d3a0ae7b.tar.gz bcm5719-llvm-9cfc8eca70318a38cb073bfd0539c572d3a0ae7b.zip | |
Revert "[sanitizer] Include inlined frames into __sanitizer_symbolize_pc output"
This reverts r343554.
It was breaking some bots:
http://lab.llvm.org:8080/green/job/clang-stage1-configure-RA/49997/
llvm-svn: 343600
Diffstat (limited to 'compiler-rt/include')
| -rw-r--r-- | compiler-rt/include/sanitizer/common_interface_defs.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/compiler-rt/include/sanitizer/common_interface_defs.h b/compiler-rt/include/sanitizer/common_interface_defs.h index bf015eb237c..d11cb1addc2 100644 --- a/compiler-rt/include/sanitizer/common_interface_defs.h +++ b/compiler-rt/include/sanitizer/common_interface_defs.h @@ -124,12 +124,6 @@ extern "C" { // Symbolizes the supplied 'pc' using the format string 'fmt'. // Outputs at most 'out_buf_size' bytes into 'out_buf'. - // If 'out_buf' is not empty then output is zero or more non empty C strings - // followed by single empty C string. Multiple strings can be returned if PC - // corresponds to inlined function. Inlined frames are printed in the order - // from "most-inlined" to the "least-inlined", so the last frame should be the - // not inlined function. - // Inlined frames can be removed with 'symbolize_inline_frames=0'. // The format syntax is described in // lib/sanitizer_common/sanitizer_stacktrace_printer.h. void __sanitizer_symbolize_pc(void *pc, const char *fmt, char *out_buf, |

