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
/
resume.ll
blob
df9cba80a5c86b0f2f5b675a54831d40b586c897
1
; RUN: not llvm-as < %s -o /dev/null 2>&1 | FileCheck %s
2
3
define void @test1() {
4
entry:
5
resume { ptr, i32 } undef
6
; CHECK: ResumeInst needs to be in a function with a personality.
7
}