brintos

brintos / llvm-project-archived public Read only

0
0
Text · 256 B · bc6265f Raw
9 lines · plain
1# RUN: not llvm-mc %s -filetype=obj -triple=x86_64-windows-msvc -o /dev/null 2>&1 | FileCheck %s2 3# CHECK: cannot make section assocSec associative with sectionless symbol undef4 5	.section	assocSec,"dr",associative,undef6	.p2align	37	.quad	my_initializer8 9