summaryrefslogtreecommitdiffstats
path: root/lld/test/wasm/strip-debug.test
blob: 6ee27f8c8a77696c675e69cdc3e6e1cb0c3e98e9 (plain)
1
2
3
4
5
6
7
8
9
10
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
OpenPOWER on IntegriCloud