But only produce a warning (for now) unless --fatal-warnings is passed. Differential Revision: https://reviews.llvm.org/D46484 llvm-svn: 331574
7 lines
208 B
Plaintext
7 lines
208 B
Plaintext
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
|
|
|
|
# Check that there is no name section
|
|
CHECK-NOT: Name: name
|