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
5 lines
194 B
Plaintext
5 lines
194 B
Plaintext
; RUN: llc -filetype=obj %p/Inputs/start.ll -o %t.o
|
|
; RUN: not wasm-ld --check-signatures -o %t.wasm -z stack-size=1 %t.o 2>&1 | FileCheck %s
|
|
|
|
; CHECK: error: stack size must be 16-byte aligned
|