clayborg requested changes to this revision.
clayborg added a comment.
This revision now requires changes to proceed.

Just remove hexagon from the if and this is good to go.



================
Comment at: source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp:2590
+            (arch.GetTriple().isOSBinFormatELF() ||
              arch.GetMachine() == llvm::Triple::hexagon)) {
           SymbolContextList temp_sc_list;
----------------
labath wrote:
> I think we can remove the hexagon part as well. Ted, I presume hexagon uses 
> ELF files?
I believe Hexagon uses ELF so it would be ok to remove the Hexagon from the if.


Repository:
  rL LLVM

https://reviews.llvm.org/D27380



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

Reply via email to