brintos

brintos / llvm-project-archived public Read only

0
0
Text · 435 B · dc0499d Raw
19 lines · plain
1# Check that if input file contains .MIPS.options section and symbol2# points to the section and the linker generates a relocatable output,3# LLD does not crash.4#5# PR 278786#7# Input object file created using the following script:8# % cat t.s9#   .text10#   nop11# % as -mabi=64 -mips64r2 t.s12 13# RUN: ld.lld -r %p/Inputs/mips-options.o -o %t.o14# RUN: llvm-readobj -S %t.o | FileCheck %s15 16# REQUIRES: mips17 18# CHECK: Name: .MIPS.options19