================
@@ -5489,6 +5493,28 @@ class CodeGenFunction : public CodeGenTypeCache {
                      QualType InputType, std::string &ConstraintStr,
                      SourceLocation Loc);
 
+  void EmitAsmStmt(
----------------
JustinStitt wrote:

> I'm not a big fan of making them public just for one or two uses by static 
> functions...

`friend` functions?

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

Reply via email to