Skip to content

Conversation

stephenpeckham
Copy link
Contributor

No description provided.

@stephenpeckham stephenpeckham self-assigned this Feb 6, 2024
@llvmbot llvmbot added the llvm: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
llvm:mc Machine (object) code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants