This website requires JavaScript.
Explore
Help
Sign In
maxjhandsome
/
llvm-project
forked from
OSchip/llvm-project
Watch
1
Star
0
Fork
You've already forked llvm-project
0
Code
Issues
Pull Requests
Packages
Releases
Wiki
Activity
0ad4c265d7
llvm-project
/
lld
/
test
/
wasm
/
Inputs
/
ret64.ll
5 lines
78 B
LLVM
Raw
Normal View
History
Unescape
Escape
Reland "[WebAssembly] Add support for visibility flag"" Subscribers: jfb, dschuff, jgravelle-google, aheejin, sunfish Differential Revision: https://reviews.llvm.org/D40773 llvm-svn: 319627
2017-12-03 10:38:04 +08:00
define
i64
@ret64
(
double
%arg
)
local_unnamed_addr
#0
{
[WebAssembly] Initial wasm linker implementation This linker backend is still a work in progress but is enough to link simple programs including linking against library archives. Differential Revision: https://reviews.llvm.org/D34851 llvm-svn: 318539
2017-11-18 02:14:09 +08:00
entry:
ret
i64
1
}