aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/MC/MCStreamer.cpp
diff options
context:
space:
mode:
authorshawbyoung <shawbyoung@gmail.com>2024-06-11 11:31:37 -0700
committershawbyoung <shawbyoung@gmail.com>2024-06-11 11:31:37 -0700
commit5a183532e960444088aa4d76d4686d7c93ba79b9 (patch)
tree1114d269ee12850977221ea90c600bbae85507c8 /llvm/lib/MC/MCStreamer.cpp
parent338cbfef03e0ab58d7b52f3301928c58b194a1b4 (diff)
downloadllvm-users/shawbyoung/spr/main.updated-commandlineargumentreferencemd.zip
llvm-users/shawbyoung/spr/main.updated-commandlineargumentreferencemd.tar.gz
llvm-users/shawbyoung/spr/main.updated-commandlineargumentreferencemd.tar.bz2
[𝘀𝗽𝗿] changes to main this commit is based onusers/shawbyoung/spr/main.updated-commandlineargumentreferencemd
Created using spr 1.3.4 [skip ci]
Diffstat (limited to 'llvm/lib/MC/MCStreamer.cpp')
-rw-r--r--llvm/lib/MC/MCStreamer.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/MC/MCStreamer.cpp b/llvm/lib/MC/MCStreamer.cpp
index 199d865..a97cba6 100644
--- a/llvm/lib/MC/MCStreamer.cpp
+++ b/llvm/lib/MC/MCStreamer.cpp
@@ -1235,6 +1235,8 @@ void MCStreamer::emitValueToAlignment(Align Alignment, int64_t Value,
unsigned MaxBytesToEmit) {}
void MCStreamer::emitCodeAlignment(Align Alignment, const MCSubtargetInfo *STI,
unsigned MaxBytesToEmit) {}
+void MCStreamer::emitNeverAlignCodeAtEnd(unsigned ByteAlignment,
+ const MCSubtargetInfo &STI) {}
void MCStreamer::emitValueToOffset(const MCExpr *Offset, unsigned char Value,
SMLoc Loc) {}
void MCStreamer::emitBundleAlignMode(Align Alignment) {}