[PATCH] D88717: [obj2yaml] [yaml2obj] Add yaml support for SHT_LLVM_BB_ADDR_MAP section.

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 9 00:20:15 PST 2020


grimar added inline comments.


================
Comment at: llvm/lib/ObjectYAML/ELFYAML.cpp:1504
+    return "";
+  }
+
----------------
Oh. This piece is actually not needed anymore, we have a general mechanism for validating fields.
I've committed rGc9d036ad4a2962059c595c77abb51154e2f5ec27


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D88717/new/

https://reviews.llvm.org/D88717



More information about the llvm-commits mailing list