[all-commits] [llvm/llvm-project] 93e0ff: [lld] Add `--lto-emit-asm` and alias `--plugin-opt...
Joseph Huber via All-commits
all-commits at lists.llvm.org
Tue Jul 2 13:36:14 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 93e0ffa790c5f738171ed90004ab2b9e46f8d387
https://github.com/llvm/llvm-project/commit/93e0ffa790c5f738171ed90004ab2b9e46f8d387
Author: Joseph Huber <huberjn at outlook.com>
Date: 2024-07-02 (Tue, 02 Jul 2024)
Changed paths:
M lld/ELF/Driver.cpp
M lld/ELF/Options.td
M lld/test/ELF/lto/emit-llvm.ll
Log Message:
-----------
[lld] Add `--lto-emit-asm` and alias `--plugin-opt=emit-llvm` to it (#97469)
Summary:
The LTO pass currently supporting emitting LTO via the
`--plugin-opt=emit-llvm` option. However, there is a very similar option
called `--lto-emit-asm`. This patch just makes the usage more
consistent and more obvious that emitting LLVM-IR is supported.
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