[lld] Save a.out to temp folder (PR #137708)
Ivan Tadeu Ferreira Antunes Filho via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 28 13:54:57 PDT 2025
https://github.com/itf created https://github.com/llvm/llvm-project/pull/137708
None
>From 82bdfee7501d9937cacaf1db210db959d5cdae5f Mon Sep 17 00:00:00 2001
From: Ivan Tadeu Ferreira Antunes Filho <antunesi at google.com>
Date: Mon, 28 Apr 2025 16:54:08 -0400
Subject: [PATCH] Save a.out to temp folder
---
lld/test/MachO/reexport-with-rpath.s | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lld/test/MachO/reexport-with-rpath.s b/lld/test/MachO/reexport-with-rpath.s
index 2672449d3cdbd..91f60a69618af 100644
--- a/lld/test/MachO/reexport-with-rpath.s
+++ b/lld/test/MachO/reexport-with-rpath.s
@@ -20,7 +20,7 @@
# RUN: %lld -dylib -install_name @rpath/two/three/libCee.dylib %t/c.o -o %t/cc/two/three/libCee.dylib
# RUN: %lld -dylib -install_name @rpath/two/three/libBee.dylib -L%t/cc/two/three -sub_library libCee -lCee %t/b.o -o %t/bb/two/three/libBee.dylib -rpath %t/cc
# RUN: %lld -dylib -install_name @rpath/two/three/libAee.dylib -L%t/bb/two/three -sub_library libBee -lBee %t/a.o -o %t/aa/two/three/libAee.dylib -rpath %t/aa
-# RUN: %lld %t/main.o -L%t/aa/two/three -lAee -o a.out -rpath %t/aa -rpath %t/bb -rpath %t/cc
+# RUN: %lld %t/main.o -L%t/aa/two/three -lAee -o %t/a.out -rpath %t/aa -rpath %t/bb -rpath %t/cc
#--- c.s
.text
More information about the llvm-commits
mailing list