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
/
invalid-frame-pointer-attr.ll
blob
d589b96acc043e1db248cf561ad9679c51c760d7
1
; RUN: not llvm-as < %s -o /dev/null 2>&1 | FileCheck %s
2
3
; CHECK: invalid value for 'frame-pointer' attribute: arst
4
5
define void @func() #0 {
6
ret void
7
}
8
9
attributes #0 = { "frame-pointer"="arst" }