[PATCH] D63239: [llvm-objcopy] Refactor output target parsing
Seiya Nuta via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 13 03:43:26 PDT 2019
seiya added inline comments.
================
Comment at: llvm/tools/llvm-objcopy/llvm-objcopy.cpp:32
#include "llvm/Support/Casting.h"
+#include "llvm/Support/Errc.h"
#include "llvm/Support/Error.h"
----------------
jhenderson wrote:
> Why has this been added?
Oh I forgot to remove this include. Thanks.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63239/new/
https://reviews.llvm.org/D63239
More information about the llvm-commits
mailing list