[PATCH] D84132: [LLVMgold.so] -plugin-opt=save-temps: save combined module to .lto.o instead of .o
Bjorn Pettersson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 21 10:01:30 PDT 2020
bjope added a comment.
Having some problems with failing stage 2 tests, that I suspect is related to this change (since the missing files do exist but with ".lto" being part of the name when looking in my test directory after a failed test run). I guess on need to add ".lto" at some more places?
These are the tests that failed:
Failed Tests (3):
LLVM :: tools/gold/X86/cache.ll
LLVM :: tools/gold/X86/emit-llvm.ll
LLVM :: tools/gold/X86/relax-relocs.ll
Here are some logs:
: 'RUN: at line 70'; ls /build/stage2/test/tools/gold/X86/Output/cache.ll.tmp4.o.o1
: 'RUN: at line 71'; ls /build/stage2/test/tools/gold/X86/Output/cache.ll.tmp4.o.o2
--
Exit Code: 2
Command Output (stderr):
--
ls: cannot access /build/stage2/test/tools/gold/X86/Output/cache.ll.tmp4.o.o1: No such file or directory
Exit Code: 2
Command Output (stderr):
--
/build/stage2/bin/llvm-nm: error: /build/stage2/test/tools/gold/X86/Output/emit-llvm.ll.tmp3.o.o: No such file or directory.
FileCheck error: '<stdin>' is empty.
FileCheck command line: /build/stage2/bin/FileCheck --check-prefix=NM /llvm-project/llvm/test/tools/gold/X86/emit-llvm.ll
Exit Code: 2
Command Output (stderr):
--
/build/stage2/bin/llvm-readobj: error: '/build/stage2/test/tools/gold/X86/Output/relax-relocs.ll.tmp.so.o': No such file or directory
FileCheck error: '<stdin>' is empty.
FileCheck command line: /build/stage2/bin/FileCheck /llvm-project/llvm/test/tools/gold/X86/relax-relocs.ll
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D84132/new/
https://reviews.llvm.org/D84132
More information about the llvm-commits
mailing list