Home
last modified time | relevance | path

Searched refs:weakdef (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lld/test/MachO/
H A Dnonweak-definition-override.s5 # RUN: llvm-mc -filetype=obj -triple=x86_64-apple-darwin %t/weakdef.s -o %t/weakdef.o
23 # RUN: %lld %t/weakdef.o -L%t -lfoo -o %t/weakdef -lSystem
24 # RUN: llvm-objdump --macho --weak-bind %t/weakdef | FileCheck %s --check-prefix=NO-WEAK-OVERRIDE
27 # RUN: %lld -L%t -lfoo %t/weakdef.o -o %t/weakdef -lSystem
28 # RUN: llvm-objdump --macho --weak-bind %t/weakdef | FileCheck %s --check-prefix=NO-WEAK-OVERRIDE
60 #--- weakdef.s
/llvm-project-15.0.7/clang/test/CodeGen/
H A Dpragma-weak.c33 #pragma weak weakdef macro
34 void weakdef(void) {} in weakdef() function