[llvm-dev] Missing formal definition of "declare"?
via llvm-dev
llvm-dev at lists.llvm.org
Mon Jan 28 06:43:56 PST 2019
> -----Original Message-----
> From: llvm-dev [mailto:llvm-dev-bounces at lists.llvm.org] On Behalf Of Peng
> Yu via llvm-dev
> Sent: Saturday, January 26, 2019 11:11 PM
> To: llvm-dev
> Subject: [llvm-dev] Missing formal definition of "declare"?
>
> Hi,
>
> I don't find the formal definition of "declare", although it is used
> in ~300 hundred of places. Do I miss something? If it is not formally
> defined, should it be defined? Thanks.
>
> https://llvm.org/docs/LangRef.html
If you look in the section on "Functions" in that page, it describes
the "declare" statement in the second paragraph. Admittedly, it does
not provide a formal syntax as it does for "define" but the information
is there.
--paulr
>
> --
> Regards,
> Peng
> _______________________________________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
More information about the llvm-dev
mailing list