[bazel] Fixup for #121043
[llvm-project.git] / llvm / test / Verifier / rtsan-attrs.ll
blobc813266b434f8cedeeab07f3c7da98b913ba9155
1 ; RUN: not llvm-as -disable-output %s 2>&1 | FileCheck %s
3 ; CHECK: Attributes 'sanitize_realtime and sanitize_realtime_blocking' are incompatible!
4 ; CHECK-NEXT: ptr @sanitize_unsafe
5 define void @sanitize_unsafe() #0 {
6   ret void
9 attributes #0 = { sanitize_realtime sanitize_realtime_blocking }