You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.205
Former-commit-id: 7f59f7e792705db773f1caecdaa823092f4e2927
This commit is contained in:
parent
5cd5df71cc
commit
8e12397d70
10
external/llvm/test/tools/llvm-objdump/macho-weak-bind.test
vendored
Normal file
10
external/llvm/test/tools/llvm-objdump/macho-weak-bind.test
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
# 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
|
Reference in New Issue
Block a user