Skip to content

Conversation

@DavidSpickett
Copy link
Collaborator

Windows paths have different slashes, but I don't think we care about the exact paths there anyway so I've just checked for the final filename.

Fixes #160652

Windows paths have different slashes, but I don't think we care
about the exact paths there anyway so I've just checked for the
final filename.

Fixes llvm#160652
@DavidSpickett DavidSpickett added the skip-precommit-approval PR for CI feedback, not intended for review label Sep 26, 2025
@DavidSpickett DavidSpickett merged commit 368d599 into llvm:main Sep 26, 2025
7 of 10 checks passed
@llvmbot llvmbot added the lldb label Sep 26, 2025
@DavidSpickett DavidSpickett deleted the lldb-ptnote branch September 26, 2025 08:16
@llvmbot
Copy link
Member

llvmbot commented Sep 26, 2025

@llvm/pr-subscribers-lldb

Author: David Spickett (DavidSpickett)

Changes

Windows paths have different slashes, but I don't think we care about the exact paths there anyway so I've just checked for the final filename.

Fixes #160652


Full diff: https://github.com/llvm/llvm-project/pull/160827.diff

1 Files Affected:

  • (modified) lldb/test/Shell/ObjectFile/ELF/elf-no-shdrs-pt-notes.yaml (+2-2)
diff --git a/lldb/test/Shell/ObjectFile/ELF/elf-no-shdrs-pt-notes.yaml b/lldb/test/Shell/ObjectFile/ELF/elf-no-shdrs-pt-notes.yaml
index 62562f6c5f7bf..1e9c5dfaeab1b 100644
--- a/lldb/test/Shell/ObjectFile/ELF/elf-no-shdrs-pt-notes.yaml
+++ b/lldb/test/Shell/ObjectFile/ELF/elf-no-shdrs-pt-notes.yaml
@@ -10,8 +10,8 @@
 # RUN:   -o "image list" \
 # RUN:   | FileCheck %s
 
-# CHECK: Current executable set to '{{.*/tools/lldb/test/Shell/ObjectFile/ELF/Output/elf-no-shdrs-pt-notes.yaml.tmp}}' (x86_64).
-# CHECK: [  0] 7F1F56D6-7DBB-17BA-C9A3-4417DB52F097-2548414F 0x0000000000000000 {{.*/tools/lldb/test/Shell/ObjectFile/ELF/Output/elf-no-shdrs-pt-notes.yaml.tmp}}
+# CHECK: Current executable set to '{{.*}}elf-no-shdrs-pt-notes.yaml.tmp' (x86_64).
+# CHECK: [  0] 7F1F56D6-7DBB-17BA-C9A3-4417DB52F097-2548414F 0x0000000000000000 {{.*}}elf-no-shdrs-pt-notes.yaml.tmp
 
 --- !ELF
 FileHeader:

@clayborg
Copy link
Collaborator

Thanks for fixing this!

mahesh-attarde pushed a commit to mahesh-attarde/llvm-project that referenced this pull request Oct 3, 2025
Windows paths have different slashes, but I don't think we care about
the exact paths there anyway so I've just checked for the final
filename.

Fixes llvm#160652
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

lldb skip-precommit-approval PR for CI feedback, not intended for review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants