[PATCH] D59645: [llvm-objcopy]Add support for *-freebsd output formats

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 22 02:50:13 PDT 2019


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


================
Comment at: tools/llvm-objcopy/ELF/ELFObjcopy.cpp:229
     DWOFile->Machine = Config.OutputArch.getValue().EMachine;
+    DWOFile->OSABI = Config.OutputArch.getValue().OSABI;
+  }
----------------
grimar wrote:
> Oh. Was this place tested? Seems not.
Yeah, I noticed this when I was uploading this patch. I've got a note on my desk to look at adding a test for this section (the Machine line immediately above it is also untested). Given the block is already untested, are you happy for this to be tested in a separate patch, or would you prefer it being part of this one?


Repository:
  rL LLVM

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

https://reviews.llvm.org/D59645





More information about the llvm-commits mailing list