brintos

brintos / llvm-project-archived public Read only

0
0
Text · 326 B · 77a2584 Raw
14 lines · plain
1; RUN: not llvm-as -disable-output < %s -o /dev/null 2>&1 | FileCheck %s2 3define void @test1(ptr %a) {4entry:5; CHECK: annotation must have at least one operand6  %a.addr = alloca ptr, align 8, !annotation !07 8; CHECK-NEXT: operands must be a string or a tuple of strings9  ret void, !annotation !110}11 12!0 = !{}13!1 = !{i32 10}14