mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 12:26:52 +08:00
The actual bug was fixed in https://reviews.llvm.org/D74589 Differential Revision: https://reviews.llvm.org/D77084
5 lines
199 B
Plaintext
5 lines
199 B
Plaintext
RUN: llc -filetype=obj %p/Inputs/start.ll -o %t.o
|
|
RUN: not wasm-ld --export "" %t.o -o %t.wasm 2>&1 | FileCheck --match-full-lines %s
|
|
|
|
CHECK: wasm-ld: error: symbol exported via --export not found:
|