[all-commits] [llvm/llvm-project] 80f0ff: [lld][WebAssembly] Set the target-cpu in LTO confi...
YAMAMOTO Takashi via All-commits
all-commits at lists.llvm.org
Tue May 20 17:29:23 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 80f0ffb937940cf98d9dd6c6b5c1b8772e35bab2
https://github.com/llvm/llvm-project/commit/80f0ffb937940cf98d9dd6c6b5c1b8772e35bab2
Author: YAMAMOTO Takashi <yamamoto at midokura.com>
Date: 2025-05-20 (Tue, 20 May 2025)
Changed paths:
M lld/wasm/LTO.cpp
Log Message:
-----------
[lld][WebAssembly] Set the target-cpu in LTO config (#140010)
I couldn't find an existing way to pass -mcpu=lime1 equivalent to LTO
codegen.
This commit would privide one. With this commit, you can do so by
passing
`-mllvm -mcpu=lime1` to wasm-ld.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list