We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05953cf commit 4878851Copy full SHA for 4878851
lld/test/MachO/private-extern.s
@@ -20,6 +20,9 @@
20
# EXPORTS-NM-DAG: (__TEXT,__cstring) non-external (was a private external) _foo
21
# EXPORTS-NM-DAG: (__TEXT,__cstring) external _bar
22
23
+# Tests that weak private_exten symbols aren't referenced in the
24
+# weak bind table are in weak-private.extern.s
25
+
26
#--- basics.s
27
.section __TEXT,__cstring
28
lld/test/MachO/weak-private-extern.s
@@ -2,6 +2,7 @@
2
3
# RUN: llvm-mc -filetype=obj -triple=x86_64-apple-macos %s -o %t.o
4
# RUN: %lld -dylib %t.o -o %t.dylib -lSystem
5
6
# RUN: llvm-objdump --macho --weak-bind %t.dylib | FileCheck %s
7
# CHECK-NOT: __got
8
# CHECK-NOT: __la_symbol_ptr
0 commit comments