github-actions[bot] wrote:

<!--LLVM IDS CHECK COMMENT-->


:warning: LLVM ABI annotation checker, ids-check found issues in your code. 
:warning:

<details>
<summary>
You can test this locally with the following command:
</summary>

``````````bash
Build idt from compnerd/ids, then for each changed header:
    idt -p build/ --main-file <matching-source.cpp> \
        --apply-fixits --inplace <header>
``````````

</details>

<details>
<summary>
View the diff from ids-check here.
</summary>

``````````diff
diff --git a/llvm/include/llvm/MC/MCAsmStreamer.h 
b/llvm/include/llvm/MC/MCAsmStreamer.h
index 4780c7892..70a0e51fb 100644
--- a/llvm/include/llvm/MC/MCAsmStreamer.h
+++ b/llvm/include/llvm/MC/MCAsmStreamer.h
@@ -38,7 +38,7 @@ protected:
   raw_svector_ostream CommentStream;
   raw_null_ostream NullStream;
 
-  MCAsmBaseStreamer(MCContext &Context, std::unique_ptr<MCCodeEmitter> Emitter,
+  LLVM_ABI MCAsmBaseStreamer(MCContext &Context, 
std::unique_ptr<MCCodeEmitter> Emitter,
                     std::unique_ptr<MCAsmBackend> AsmBackend);
 
 public:
@@ -54,7 +54,7 @@ public:
   /// Add a comment showing the encoding of an instruction.
   /// \param Inst - The instruction to encode.
   /// \param STI - Subtarget information.
-  void addEncodingComment(const MCInst &Inst, const MCSubtargetInfo &STI);
+  LLVM_ABI void addEncodingComment(const MCInst &Inst, const MCSubtargetInfo 
&STI);
 
   MCAssembler &getAssembler() { return *Assembler; }
 };

``````````

</details>


https://github.com/llvm/llvm-project/pull/181904
_______________________________________________
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to