Files
clang-p2996/lld/test/wasm/Inputs/start.ll
Sam Clegg 5489b9f1cf [WebAssembly] Reduce redundancy in tests
Add a simple start entry point input file and have the tests
reference that rather than duplicating these.

This allows more tests to be pure `.test` files rather than
`.ll`.

Differential Revision: https://reviews.llvm.org/D42662

llvm-svn: 323838
2018-01-31 00:13:26 +00:00

7 lines
110 B
LLVM

target triple = "wasm32-unknown-unknown-wasm"
define void @_start() local_unnamed_addr {
entry:
ret void
}