[PATCH] D17770: [gcc compatibility]Add support for ".stabs" directive
Rafael Ávila de Espíndola via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 1 10:56:45 PST 2016
rafael added a comment.
This needs a testcase.
What is the longer term objective? Do you intent to add support to the object streamer? What is still using stabs?
================
Comment at: lib/MC/MCObjectStreamer.cpp:314
@@ +313,3 @@
+ unsigned Desc, unsigned Value) {
+ this->MCStreamer::EmitStabs(Str, Type, Other, Desc, Value);
+}
----------------
Why call an empty function?
Repository:
rL LLVM
http://reviews.llvm.org/D17770
More information about the llvm-commits
mailing list