Invoking lld as ld.lld, ld.ld64, lld-link or wasm-ld is preferred than invoking lld as lld and pass an -flavor option. We have "lld" file mostly for historical reasons. Differential Revision: https://reviews.llvm.org/D43407 llvm-svn: 325405
7 lines
227 B
Plaintext
7 lines
227 B
Plaintext
RUN: llc -filetype=obj %p/Inputs/start.ll -o %t.start.o
|
|
RUN: wasm-ld --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
|