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
[sanitizer] Improve FreeBSD ASLR detection
[llvm-project.git]
/
llvm
/
test
/
Assembler
/
ptr-outside-opaque-pointers-mode.ll
blob
bf11dd401ebdec5d02586f50f7ca621996455f86
1
; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s
2
3
; CHECK: warning: ptr type is only supported in -opaque-pointers mode
4
; CHECK: error: expected type
5
define void @f(ptr %a) {
6
ret void
7
}