diff options
Diffstat (limited to 'test/old-elf/Mips/dynamic-linking.test')
| -rw-r--r-- | test/old-elf/Mips/dynamic-linking.test | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/test/old-elf/Mips/dynamic-linking.test b/test/old-elf/Mips/dynamic-linking.test deleted file mode 100644 index aeab7645ed518..0000000000000 --- a/test/old-elf/Mips/dynamic-linking.test +++ /dev/null @@ -1,22 +0,0 @@ -# REQUIRES: mips - -# Check _DYNAMIC_LINKING symbol definition. - -# RUN: llvm-mc -filetype=obj -triple=mips-unknown-linux %s -o %t.o -# RUN: lld -flavor old-gnu -target mips %t.o -o %t.exe -# RUN: llvm-nm %t.exe | FileCheck -check-prefix=EXE-DYN %s - -# EXE-DYN: 00000001 A _DYNAMIC_LINKING - -# RUN: lld -flavor old-gnu -target mips -static %t.o -o %t.exe -# RUN: llvm-nm -just-symbol-name %t.exe | FileCheck -check-prefix=EXE-STATIC %s - -# EXE-STATIC-NOT: _DYNAMIC_LINKING - -# RUN: lld -flavor old-gnu -target mips -shared %t.o -o %t.so -# RUN: llvm-nm -just-symbol-name %t.so | FileCheck -check-prefix=DYNLIB %s - -# DYNLIB-NOT: _DYNAMIC_LINKING - - .globl __start; -__start: |
