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
7 lines
110 B
LLVM
7 lines
110 B
LLVM
target triple = "wasm32-unknown-unknown-wasm"
|
|
|
|
define void @_start() local_unnamed_addr {
|
|
entry:
|
|
ret void
|
|
}
|