[lld] bdfa1ec - [lld-macho] Fix test to write to correct test dir location (#137708)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 28 15:51:15 PDT 2025
Author: Ivan Tadeu Ferreira Antunes Filho
Date: 2025-04-28T18:51:12-04:00
New Revision: bdfa1ec01f81dc2cf164372d783d3c9d5afaf1e5
URL: https://github.com/llvm/llvm-project/commit/bdfa1ec01f81dc2cf164372d783d3c9d5afaf1e5
DIFF: https://github.com/llvm/llvm-project/commit/bdfa1ec01f81dc2cf164372d783d3c9d5afaf1e5.diff
LOG: [lld-macho] Fix test to write to correct test dir location (#137708)
(follow-up to #135241).
Added:
Modified:
lld/test/MachO/reexport-with-rpath.s
Removed:
################################################################################
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