You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
604 B
11 lines
604 B
# RUN: llvm-objdump --macho --weak-bind %p/Inputs/weak-bind.macho-x86_64 \
|
|
# RUN: | FileCheck %s
|
|
|
|
|
|
# CHECK: __DATA __data 0x100001018 pointer 0 __ZTISt12out_of_range
|
|
# CHECK: __DATA __data 0x100001020 pointer 0 __ZTISt12out_of_range
|
|
# CHECK: __DATA __data 0x100001028 pointer 0 __ZTISt12out_of_range
|
|
# CHECK: strong __ZdlPv
|
|
# CHECK: __DATA __data 0x100001018 pointer 0 __Znam
|
|
# CHECK: strong __Znwm
|