summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCStreamer.cpp
diff options
context:
space:
mode:
authorPeter Collingbourne <peter@pcc.me.uk>2016-10-10 22:49:37 +0000
committerPeter Collingbourne <peter@pcc.me.uk>2016-10-10 22:49:37 +0000
commit0da86301ad06bcaff50559260657c4a7d6e5c579 (patch)
tree1cc77dbcff03b8b7240efb85914d1e5747cfe204 /llvm/lib/MC/MCStreamer.cpp
parent400892bd48bb49b534c11b5b7a34e8f443098459 (diff)
downloadbcm5719-llvm-0da86301ad06bcaff50559260657c4a7d6e5c579.tar.gz
bcm5719-llvm-0da86301ad06bcaff50559260657c4a7d6e5c579.zip
Revert r283690, "MC: Remove unused entities."
llvm-svn: 283814
Diffstat (limited to 'llvm/lib/MC/MCStreamer.cpp')
-rw-r--r--llvm/lib/MC/MCStreamer.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/lib/MC/MCStreamer.cpp b/llvm/lib/MC/MCStreamer.cpp
index 11c548a9728..124a1911a9a 100644
--- a/llvm/lib/MC/MCStreamer.cpp
+++ b/llvm/lib/MC/MCStreamer.cpp
@@ -72,6 +72,7 @@ raw_ostream &MCStreamer::GetCommentOS() {
void MCStreamer::emitRawComment(const Twine &T, bool TabPrefix) {}
void MCStreamer::addExplicitComment(const Twine &T) {}
+void MCStreamer::emitExplicitComments() {}
void MCStreamer::generateCompactUnwindEncodings(MCAsmBackend *MAB) {
for (auto &FI : DwarfFrameInfos)
@@ -712,6 +713,9 @@ void MCStreamer::EmitRawText(const Twine &T) {
EmitRawTextImpl(T.toStringRef(Str));
}
+void MCStreamer::EmitWindowsUnwindTables() {
+}
+
void MCStreamer::Finish() {
if (!DwarfFrameInfos.empty() && !DwarfFrameInfos.back().End)
report_fatal_error("Unfinished frame!");
OpenPOWER on IntegriCloud