23 lines · plain
1; RUN: llc %s -o - | sed -n -e '/@APP/,/@NO_APP/p' > %t2; RUN: sed -n -e 's/^;CHECK://p' %s > %t23; RUN: diff %t %t24 5target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"6target triple = "arm-eabi"7 8; Function Attrs: nounwind uwtable9define void @foo() #0 {10entry:11 call void asm sideeffect "#isolated preprocessor comment", "~{dirflag},~{fpsr},~{flags}"() #012;CHECK: @APP13;CHECK: @isolated preprocessor comment14;CHECK: @NO_APP15 ret void16}17 18attributes #0 = { nounwind }19 20!llvm.ident = !{!0}21 22!0 = !{!""}23