================ @@ -0,0 +1,87 @@ +//===- ModelStringConversions.h -------------------------------------------===// ---------------- aviralg wrote:
Per the LLVM guideline a private header file should be put in the same directory as the source files that use it. Since this header is shared across two sibling directories (Model/ and Serialization/), it is placed in the `Scalable` directory. https://github.com/llvm/llvm-project/pull/183390 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
