[PATCH] D136986: X86: Implement null target streamer

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 28 15:15:53 PDT 2022


MaskRay added inline comments.


================
Comment at: clang/test/Misc/x86-emit-codegen-only.c:5
+// TargetStreamer is used in emitFunctionBodyStart/emitFunctionBodyEnd for codeview.
+void foo() {}
----------------
This should use a llvm/test/MC or llvm/test/CodeGen test.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D136986/new/

https://reviews.llvm.org/D136986



More information about the llvm-commits mailing list