[PATCH] D81113: lld: add basic static library search
Jez Ng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 3 16:35:29 PDT 2020
int3 added inline comments.
================
Comment at: lld/test/MachO/static-link.s:17-20
+ movl $0x2000004, %eax # write()
+ mov $1, %rdi # stdout
+ leaq _goodbye_world(%rip), %rsi
+ mov $15, %rdx # length
----------------
one more nit: would be nice to clean up the indentation of these comments
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81113/new/
https://reviews.llvm.org/D81113
More information about the llvm-commits
mailing list