Skip to content

Fix merge typo #80857

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

Closed
wants to merge 1 commit into from
Closed

Fix merge typo #80857

wants to merge 1 commit into from

Conversation

stephenpeckham
Copy link
Contributor

No description provided.

Verified

This commit was signed with the committer’s verified signature.
rabernat Ryan Abernathey
@stephenpeckham stephenpeckham self-assigned this Feb 6, 2024
@llvmbot llvmbot added the mc Machine (object) code label Feb 6, 2024
@llvmbot
Copy link
Member

llvmbot commented Feb 6, 2024

@llvm/pr-subscribers-mc

Author: None (stephenpeckham)

Changes

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

1 Files Affected:

  • (modified) llvm/lib/MC/MCObjectStreamer.cpp (+1-1)
diff --git a/llvm/lib/MC/MCObjectStreamer.cpp b/llvm/lib/MC/MCObjectStreamer.cpp
index 8948f3f164575..490e0a4dd4041 100644
--- a/llvm/lib/MC/MCObjectStreamer.cpp
+++ b/llvm/lib/MC/MCObjectStreamer.cpp
@@ -902,7 +902,7 @@ void MCObjectStreamer::emitFileDirective(StringRef Filename,
                                          StringRef TimeStamp,
                                          StringRef Description) {
   getAssembler().addFileName(Filename);
-  getAssembler().setCompilerVersion(CompilerVerion.str());
+  getAssembler().setCompilerVersion(CompilerVersion.str());
   // TODO: add TimeStamp and Description to .file symbol table entry
   // with the integrated assembler.
 }

@jplehr
Copy link
Contributor

jplehr commented Feb 6, 2024

Thanks. I think this was already fixed in #80856

@stephenpeckham stephenpeckham deleted the peckham/typo branch February 6, 2024 16:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
mc Machine (object) code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants