summaryrefslogtreecommitdiffstats
path: root/lld/test/wasm/strip-debug.test
blob: f32e95c471c6bda27580821d2a20b2a9b0761b7b (plain)
1
2
3
4
5
6
RUN: llc -filetype=obj %p/Inputs/start.ll -o %t.start.o
RUN: lld -flavor wasm --check-signatures --strip-debug -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