clayborg added inline comments.
Herald added a subscriber: arichardson.

================
Comment at: source/Core/Module.cpp:1286
+    if (SymbolVendor *vendor = GetSymbolVendor())
+      vendor->CreateSections(*GetUnifiedSectionList());
   }
----------------
should we pass "obj_file" down into the SymbolVendor::CreateSections(...) call 
for the case where the symbol vendor is using the same ObjectFile that it can 
just return?


https://reviews.llvm.org/D42955



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to