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
a7bcd72c0a
llvm-project
/
lld
/
test
/
wasm
/
Inputs
/
strong-symbol.ll
7 lines
89 B
LLVM
Raw
Normal View
History
Unescape
Escape
[WebAssembly] Remove final -wasm component of target triple. NFC. This has been the default for a while now. llvm-svn: 332009
2018-05-11 01:59:41 +08:00
target
triple
=
"wasm32-unknown-unknown"
[WebAssembly] Check signatures of weakly defined funtions too Subscribers: jfb, dschuff, jgravelle-google, aheejin, sunfish, llvm-commits Differential Revision: https://reviews.llvm.org/D43492 llvm-svn: 325598
2018-02-21 01:20:44 +08:00
define
i64
@weakFn
(
)
#0
{
entry:
ret
i64
1
}