[PATCH] D34833: [LLD] [COFF] Add initial support for linking ARM64 binaries
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 29 14:36:43 PDT 2017
ruiu added inline comments.
================
Comment at: test/COFF/arm64-magic.test:1
+# RUN: yaml2obj < %p/Inputs/arm64-executable.obj.yaml > %t.obj
+# RUN: lld-link /out:%t.exe /entry:mainCRTStartup /subsystem:console %t.obj
----------------
Rename this file arm64-magic.yaml and merge with Inputs/arm64-executable.obj.yaml.
https://reviews.llvm.org/D34833
More information about the llvm-commits
mailing list