2 # RUN: rm -rf %t && split-file %s %t && cd %t
3 # RUN: llvm-mc -filetype=obj -triple=armv7a -crel a.s -o a.o
4 # RUN: llvm-mc -filetype=obj -triple=armv7a b.s -o b.o
5 # RUN: not ld.lld -r a.o b.o 2>&1 | FileCheck %s --check-prefix=ERR
7 # ERR: error: b.o:(.rel.text): REL cannot be converted to CREL
15 .section .text.foo,"ax"