Skip to content

Commit 9ea8272

Browse files
authored
Merge pull request #121 from finagolfin/rpath
Update the ELF liblldb.so runpath for swiftlang/llvm-project#7359
2 parents 6cc1a23 + 63d2f2c commit 9ea8272

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-snapshot-binaries/test-rpath-linux.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
# CHECK-SDE-NOT: {{.*}} {{\(RPATH\)|\(RUNPATH\)}} {{.*}}:/usr/lib/swift/linux
3939
#
4040
# RUN: %{readelf} -d %{package_path}/usr/lib/liblldb.so | %{FileCheck} --check-prefix CHECK-LLDB %s
41-
# CHECK-LLDB: {{.*}} {{\(RPATH\)|\(RUNPATH\)}} {{.*}}$ORIGIN/swift/linux
41+
# CHECK-LLDB: {{.*}} {{\(RPATH\)|\(RUNPATH\)}} {{.*}}$ORIGIN/../lib/swift/linux
4242
#
4343
# RUN: find %{package_path} -name "lib*\.so" | xargs %{readelf} -d | %{FileCheck} --check-prefix CHECK-LIB %s
4444
# CHECK-LIB-NOT: {{.*}} {{\(RPATH\)|\(RUNPATH\)}} {{.*}}/home/

0 commit comments

Comments
 (0)