[PATCH] D80582: [lld-macho] Specify the complete set of command-line options for ld64

Greg McGary via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 12 13:42:17 PDT 2020


gkm added inline comments.


================
Comment at: lld/MachO/Options.td:9
+// dated 2018-03-07 and cross checked with ld64 source code version
+// 512.4 dated 2018-03-18
 
----------------
smeenai wrote:
> You should double check this date ... I'm pretty sure 512.4 is more recent than that.
Perhaps the release date was later, but the date on the git tag 512.4 is as stated.

>From the ld64 source tree at `https://github.com/apple-opensource/ld64`:
```
$ git show 512.4 |head
tag 512.4
Tagger: Apple Open Source <apple.opensource at gmail.com>
Date:   Wed Mar 18 21:18:04 2020 +0000

512.4
-----BEGIN PGP SIGNATURE-----
. . .
```


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D80582





More information about the llvm-commits mailing list