brintos

brintos / llvm-project-archived public Read only

0
0
Text · 212 B · 4833a8f Raw
9 lines · plain
1; Check that the address sanitizer pass can be reused2; RUN: opt < %s -S -run-twice -passes=asan3 4define void @foo(ptr %b) nounwind uwtable sanitize_address {5  entry:6  store i64 0, ptr %b, align 17  ret void8}9