From 71281462c856a14a0744b2e3b3fb4923be42bce6 Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Thu, 22 Apr 2021 11:14:58 -0400 Subject: [PATCH] [lld/mac] tweak comment in a test --- lld/test/MachO/weak-private-extern.s | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lld/test/MachO/weak-private-extern.s b/lld/test/MachO/weak-private-extern.s index 0a19f50ba957..641a88525883 100644 --- a/lld/test/MachO/weak-private-extern.s +++ b/lld/test/MachO/weak-private-extern.s @@ -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)