[lld/mac] tweak comment in a test

This commit is contained in:
Nico Weber 2021-04-22 11:14:58 -04:00
parent 528ee161c9
commit 71281462c8
1 changed files with 2 additions and 1 deletions

View File

@ -16,7 +16,8 @@
## This is different from ld64, which makes private extern weak symbols non-weak
## for binds and relocations, but it still marks them as weak in the symbol table.
## Since `nm -m` doesn't look at N_WEAK_DEF for N_PEXT symbols this is not
## observable, but it feels slightly more correct.
## observable via nm, but it feels slightly more correct.
## (It is observable in `llvm-objdump --syms` output.)
# RUN: llvm-readobj --syms %t.dylib | FileCheck --check-prefix=SYMS %s
# SYMS-NOT: WeakDef (0x80)