[all-commits] [llvm/llvm-project] 93da37: [test] Fix tools/gold/X86/comdat-nodeduplicate.ll ...
Nathan Chancellor via All-commits
all-commits at lists.llvm.org
Wed Aug 4 19:44:02 PDT 2021
Branch: refs/heads/release/13.x
Home: https://github.com/llvm/llvm-project
Commit: 93da37dc58e9d1d4a685bcb6a30a9d3ff78733f9
https://github.com/llvm/llvm-project/commit/93da37dc58e9d1d4a685bcb6a30a9d3ff78733f9
Author: Nathan Chancellor <nathan at kernel.org>
Date: 2021-08-04 (Wed, 04 Aug 2021)
Changed paths:
M llvm/test/tools/gold/X86/comdat-nodeduplicate.ll
Log Message:
-----------
[test] Fix tools/gold/X86/comdat-nodeduplicate.ll on non-X86 hosts
When running this test on an aarch64 machine, it fails:
```
/usr/bin/ld.gold: error: .../test/tools/gold/X86/Output/comdat-nodeduplicate.ll.tmp/ab.lto.o: incompatible target
```
Specify the elf_x86_64 emulation as all of the other gold plugin tests
do.
Reviewed By: MaskRay
Differential Revision: https://reviews.llvm.org/D107020
(cherry picked from commit 5060224d9eed8b8359ed5090bb7c577b8575e9e7)
More information about the All-commits
mailing list