Sam Clegg 262e09018b [WebAssembly] Remove final -wasm component of target triple. NFC.
This has been the default for a while now.

llvm-svn: 332009
2018-05-10 17:59:41 +00:00

10 lines
185 B
LLVM

target triple = "wasm32-unknown-unknown"
declare i32 @bar() local_unnamed_addr #1
define i32 @foo() local_unnamed_addr #0 {
entry:
%call = tail call i32 @bar() #2
ret i32 %call
}