[PATCH] D45893: add more "anchors"

Weiming Zhao via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 20 23:06:37 PDT 2018


weimingz added inline comments.


================
Comment at: lib/DebugInfo/DWARF/DWARFDebugFrame.cpp:547
+
+// void DWARFDebugFrame::anchor() {}
----------------
dblaikie wrote:
> Take it this caused some link problems/layering violations?
This "anchor" is not needed. I forgot to remove it. Thanks for catching it.


https://reviews.llvm.org/D45893





More information about the llvm-commits mailing list