Searched refs:weakdef (Results 1 – 2 of 2) sorted by relevance
5 # RUN: llvm-mc -filetype=obj -triple=x86_64-apple-darwin %t/weakdef.s -o %t/weakdef.o23 # RUN: %lld %t/weakdef.o -L%t -lfoo -o %t/weakdef -lSystem24 # RUN: llvm-objdump --macho --weak-bind %t/weakdef | FileCheck %s --check-prefix=NO-WEAK-OVERRIDE27 # RUN: %lld -L%t -lfoo %t/weakdef.o -o %t/weakdef -lSystem28 # RUN: llvm-objdump --macho --weak-bind %t/weakdef | FileCheck %s --check-prefix=NO-WEAK-OVERRIDE60 #--- weakdef.s
33 #pragma weak weakdef macro34 void weakdef(void) {} in weakdef() function