[all-commits] [llvm/llvm-project] d32b87: [ELF][test] Fix build break after 20bdd3e23263
Nemanja Ivanovic via All-commits
all-commits at lists.llvm.org
Wed Feb 16 03:58:54 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d32b875dbc2400baf896f4b6eb12377273d6c3bc
https://github.com/llvm/llvm-project/commit/d32b875dbc2400baf896f4b6eb12377273d6c3bc
Author: Nemanja Ivanovic <nemanja.i.ibm at gmail.com>
Date: 2022-02-16 (Wed, 16 Feb 2022)
Changed paths:
M lld/test/ELF/lto/duplicated.ll
Log Message:
-----------
[ELF][test] Fix build break after 20bdd3e23263
The added run lines build a bitcode file for x86 and an object file
for whatever the default target is that is running the test. This
causes an incompatibility between the files.
Add the triple to the llvm-mc invocation.
More information about the All-commits
mailing list