[sanitizer] Improve FreeBSD ASLR detection
[llvm-project.git] / llvm / test / Verifier / annotation-metadata.ll
blob5ac68e57402acb81a6436d9087e5b4a37a72d480
1 ; RUN: not llvm-as -disable-output < %s -o /dev/null 2>&1 | FileCheck %s
3 define void @test1(float* %a) {
4 entry:
5 ; CHECK: annotation must have at least one operand
6   %a.addr = alloca float*, align 8, !annotation !0
8 ; CHECK-NEXT: operands must be strings
9   ret void, !annotation !1
12 !0 = !{}
13 !1 = !{i32 10}