Xamarin Public Jenkins (auto-signing) 468663ddbb Imported Upstream version 6.10.0.49
Former-commit-id: 1d6753294b2993e1fbf92de9366bb9544db4189b
2020-01-16 16:38:04 +00:00

19 lines
435 B
Plaintext

# Check that if input file contains .MIPS.options section and symbol
# points to the section and the linker generates a relocatable output,
# LLD does not crash.
#
# PR 27878
#
# Input object file created using the following script:
# % cat t.s
# .text
# nop
# % as -mabi=64 -mips64r2 t.s
# RUN: ld.lld -r %p/Inputs/mips-options.o -o %t.o
# RUN: llvm-readobj -s %t.o | FileCheck %s
# REQUIRES: mips
# CHECK: Name: .MIPS.options