brintos

brintos / llvm-project-archived public Read only

0
0
Text · 361 B · 1bc1510 Raw
11 lines · plain
1// RUN: not llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o /dev/null -split-dwarf-file %t2 2>&1 | FileCheck %s2 3// CHECK: error: A relocation may not refer to a dwo section4.quad .foo.dwo5 6.section .foo.dwo7// CHECK: error: A dwo section may not contain relocations8.quad .text9// CHECK: error: A dwo section may not contain relocations10.quad .foo.dwo11