[PATCH] D36364: [AArch64] Add support for a MinGW AArch64 target

Martin Storsjö via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Aug 5 13:01:45 PDT 2017


mstorsjo created this revision.
Herald added subscribers: kristof.beyls, javed.absar, rengolin, aemerson.

The machine name `arm64pe` passed to the linker is completely made up; gnu binutils doesn't (afaik) support this, so it only has to match what the corresponding (not yet merged) lld linker supports - similarly to the existing `thumb2pe` machine name.


https://reviews.llvm.org/D36364

Files:
  lib/Basic/Targets.cpp
  lib/Basic/Targets/AArch64.cpp
  lib/Basic/Targets/AArch64.h
  lib/Driver/ToolChains/CrossWindows.cpp
  lib/Driver/ToolChains/MinGW.cpp
  test/Preprocessor/predefined-macros.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D36364.109890.patch
Type: text/x-patch
Size: 8844 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170805/f5fbe4d4/attachment.bin>


More information about the cfe-commits mailing list