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] Handle __declspec() attributes in using
[llvm-project.git]
/
clang
/
test
/
CodeGen
/
Inputs
/
linker-diagnostic1.ll
blob
913dbefe5ccec955628b0e5893c764ad5edad941
1
target triple = "armv4-none-unknown-eabi"
2
target datalayout = "e-m:e-p:32:32-Fi8-i64:64-v128:64:128-a:0:32-n32-S64"
3
4
declare i32 @foo(i32)
5
6
define i32 @bar(i32 %x) {
7
%1 = tail call i32 @foo(i32 %x)
8
ret i32 %1
9
}