You've already forked linux-packaging-mono
Imported Upstream version 6.0.0.172
Former-commit-id: f3cc9b82f3e5bd8f0fd3ebc098f789556b44e9cd
This commit is contained in:
parent
8016999e4d
commit
64ac736ec5
9
external/llvm/test/Other/attribute-comment.ll
vendored
Normal file
9
external/llvm/test/Other/attribute-comment.ll
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
; RUN: opt -S < %s | FileCheck %s -strict-whitespace
|
||||
|
||||
; CHECK: {{^}}; Function Attrs: nounwind readnone ssp uwtable{{$}}
|
||||
; CHECK-NEXT: define void @test1() #0
|
||||
define void @test1() #0 {
|
||||
ret void
|
||||
}
|
||||
|
||||
attributes #0 = { nounwind ssp "less-precise-fpmad"="false" uwtable "no-frame-pointer-elim"="true" readnone "no-frame-pointer-elim-non-leaf" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "unsafe-fp-math"="false" "use-soft-float"="false" }
|
Reference in New Issue
Block a user