repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Re-land [openmp] Fix warnings when building on Windows with latest MSVC or Clang...
[llvm-project.git]
/
llvm
/
test
/
Verifier
/
dead-on-unwind.ll
blob
a67c002ee6d8ff30c5a7610ee73c53633ae7163b
1
; RUN: not llvm-as -disable-output %s 2>&1 | FileCheck %s
2
3
; CHECK: Attribute 'dead_on_unwind' applied to incompatible type!
4
; CHECK-NEXT: ptr @not_pointer
5
define void @not_pointer(i32 dead_on_unwind %arg) {
6
ret void
7
}