Russell Wallace via llvm-dev
2019-May-01 15:52 UTC
[llvm-dev] GlobalVariable constructor vs Function::Create
Looking at the global object concrete classes, it seems GlobalVariable provides a constructor, whereas Function makes the constructors private or deleted, and instead provides a public static Create function. Is there a reason for this difference? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190501/0eb05e9f/attachment.html>