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
[Reland][Runtimes] Merge 'compile_commands.json' files from runtimes build (#116303)
[llvm-project.git]
/
llvm
/
test
/
Assembler
/
2002-08-15-UnresolvedGlobalReference.ll
blob
279c3ad0ba499d7fdee6a0e6b6969f0c95bd0575
1
; RUN: llvm-as %s -o /dev/null
2
; RUN: verify-uselistorder %s
3
4
@.LC0 = internal global [12 x i8] c"hello world\00" ; <ptr> [#uses=1]
5
6
define ptr @test() {
7
ret ptr @.LC0
8
}
9