[lld] [clang-tools-extra] [llvm] [clang] [ELF] --save-temps --lto-emit-asm: derive ELF/asm file names from bitcode file names (PR #78835)

Teresa Johnson via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 23 08:22:28 PST 2024


================
@@ -53,10 +53,10 @@
 
 ; RUN: rm -fr cache && mkdir cache
 ; RUN: ld.lld --thinlto-cache-dir=cache --save-temps -o out b.bc a.bc -M | FileCheck %s --check-prefix=MAP
-; RUN: ls out1.lto.o a.bc.0.preopt.bc b.bc.0.preopt.bc
+; RUN: ls out.lto.a.o a.bc.0.preopt.bc b.bc.0.preopt.bc
 
-; MAP: llvmcache-{{.*}}:(.text)
-; MAP: llvmcache-{{.*}}:(.text)
+; MAP: out.lto.b.o:(.text)
----------------
teresajohnson wrote:

Confused about what changed in the latest commit to cause these lines to need updating - was this just a missed test update in the prior commit?

https://github.com/llvm/llvm-project/pull/78835


More information about the cfe-commits mailing list