[all-commits] [llvm/llvm-project] 7bac0b: [lld][WebAssembly] Improve error message on adding...
Sam Clegg via All-commits
all-commits at lists.llvm.org
Mon Sep 18 14:12:02 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7bac0bc1152f89f43ce2a44df231454bed80fcd5
https://github.com/llvm/llvm-project/commit/7bac0bc1152f89f43ce2a44df231454bed80fcd5
Author: Sam Clegg <sbc at chromium.org>
Date: 2023-09-18 (Mon, 18 Sep 2023)
Changed paths:
M lld/test/wasm/lto/libcall-truncsfhf2.ll
M lld/wasm/InputFiles.cpp
M lld/wasm/InputFiles.h
M lld/wasm/SymbolTable.cpp
M lld/wasm/SymbolTable.h
Log Message:
-----------
[lld][WebAssembly] Improve error message on adding LTO object post-LTO. NFC (#66688)
We have been getting errors from emscripten users where including the
name of the symbol that triggered the inclusion would be useful in the
diagnosis. e.g:
https://github.com/emscripten-core/emscripten/issues/20275
More information about the All-commits
mailing list