diff options
author | Mitch Phillips <31459023+hctim@users.noreply.github.com> | 2020-12-10 15:42:51 -0800 |
---|---|---|
committer | Mitch Phillips <31459023+hctim@users.noreply.github.com> | 2020-12-10 15:53:39 -0800 |
commit | 7ead5f5aa3803864015c110ccfc7766948b210e3 (patch) | |
tree | 41d31272d6a0dd61a8c18fe0de239912c4135396 /llvm/lib/MC/MCObjectStreamer.cpp | |
parent | b955eb688da31e85780bae8fc424bb344ef5daee (diff) | |
download | llvm-7ead5f5aa3803864015c110ccfc7766948b210e3.zip llvm-7ead5f5aa3803864015c110ccfc7766948b210e3.tar.gz llvm-7ead5f5aa3803864015c110ccfc7766948b210e3.tar.bz2 |
Revert "[CSSPGO] Pseudo probe encoding and emission."
This reverts commit b035513c06d1cba2bae8f3e88798334e877523e1.
Reason: Broke the ASan buildbots:
http://lab.llvm.org:8011/#/builders/5/builds/2269
Diffstat (limited to 'llvm/lib/MC/MCObjectStreamer.cpp')
-rw-r--r-- | llvm/lib/MC/MCObjectStreamer.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/MC/MCObjectStreamer.cpp b/llvm/lib/MC/MCObjectStreamer.cpp index 2f464f4..f9e0d85 100644 --- a/llvm/lib/MC/MCObjectStreamer.cpp +++ b/llvm/lib/MC/MCObjectStreamer.cpp @@ -852,9 +852,6 @@ void MCObjectStreamer::finishImpl() { // Dump out the dwarf file & directory tables and line tables. MCDwarfLineTable::Emit(this, getAssembler().getDWARFLinetableParams()); - // Emit pseudo probes for the current module. - MCPseudoProbeTable::emit(this); - // Update any remaining pending labels with empty data fragments. flushPendingLabels(); |