1; RUN: not llvm-as -disable-output %s 2>&1 | FileCheck %s 2 3; CHECK: Attributes 'sanitize_realtime and sanitize_realtime_blocking' are incompatible! 4; CHECK-NEXT: ptr @sanitize_unsafe 5define void @sanitize_unsafe() #0 { 6 ret void 7} 8 9attributes #0 = { sanitize_realtime sanitize_realtime_blocking } 10