diff options
Diffstat (limited to 'lld/test/wasm/Inputs/archive2.ll')
-rw-r--r-- | lld/test/wasm/Inputs/archive2.ll | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lld/test/wasm/Inputs/archive2.ll b/lld/test/wasm/Inputs/archive2.ll index c4903cb900b..66bfeac5ac6 100644 --- a/lld/test/wasm/Inputs/archive2.ll +++ b/lld/test/wasm/Inputs/archive2.ll @@ -7,3 +7,8 @@ entry: %call = tail call i32 @foo() #2 ret i32 %call } + +define void @archive2_symbol() local_unnamed_addr #0 { +entry: + ret void +} |