[PATCH] D66405: [llvm-ifs] llvm Interface Stubs merging + object file generation tool.

Puyan Lotfi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 23 17:29:18 PDT 2019


plotfi marked an inline comment as done.
plotfi added inline comments.


================
Comment at: llvm/tools/llvm-ifs/llvm-ifs.cpp:207
+
+  for (const auto &Symbol : Symbols) {
+    auto Name = Symbol.Name;
----------------
TODO: This is weird, I know. ELFSymbols for TBDs. I intend to fork away from ELFSymbol sometime soon. 


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D66405





More information about the llvm-commits mailing list