mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-08 06:44:27 +00:00
10 lines
300 B
Text
10 lines
300 B
Text
RUN: llc -filetype=obj %p/Inputs/start.ll -o %t.start.o
|
|
RUN: wasm-ld --strip-debug -o %t.wasm %t.start.o
|
|
RUN: obj2yaml %t.wasm | FileCheck %s
|
|
|
|
# Test alias -S
|
|
RUN: wasm-ld -S -o %t.wasm %t.start.o
|
|
RUN: obj2yaml %t.wasm | FileCheck %s
|
|
|
|
# Check that there is no name section
|
|
CHECK-NOT: Name: name
|