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
[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git]
/
llvm
/
test
/
ExecutionEngine
/
MCJIT
/
hello.ll
blob
33b34fb6a7af1985e958519dfc0dc6e202135d69
1
; RUN: %lli -jit-kind=mcjit %s > /dev/null
2
; RUN: %lli %s > /dev/null
3
4
@.LC0 = internal global [12 x i8] c"Hello World\00" ; <ptr> [#uses=1]
5
6
declare i32 @puts(ptr)
7
8
define i32 @main() {
9
%reg210 = call i32 @puts( ptr @.LC0 ) ; <i32> [#uses=0]
10
ret i32 0
11
}
12