Skip to content

[lld,test] fix few filecheck annotation typos #92238

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lld/test/MachO/install-name.s
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

# ID: cmd LC_ID_DYLIB
# ID-NEXT: cmdsize
# LID-NEXT: name foo
# ID-NEXT: name foo

.globl _main
_main:
Expand Down
2 changes: 1 addition & 1 deletion lld/test/MachO/objc-methname.s
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

# CSTRING: Contents of (__TEXT,__cstring) section
# CSTRING-NEXT: existing-cstring
# CSTIRNG-EMPTY:
# CSTRING-EMPTY:

# METHNAME: Contents of (__TEXT,__objc_methname) section
# METHNAME-NEXT: existing_methname
Expand Down
Loading