[llvm] r324478 - [Orc] Pacify -pedantic.
Lang Hames via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 7 09:23:57 PST 2018
Oops. Thanks Ben!
-- Lang.
On Wed, Feb 7, 2018 at 4:55 AM, Benjamin Kramer via llvm-commits <
llvm-commits at lists.llvm.org> wrote:
> Author: d0k
> Date: Wed Feb 7 04:55:01 2018
> New Revision: 324478
>
> URL: http://llvm.org/viewvc/llvm-project?rev=324478&view=rev
> Log:
> [Orc] Pacify -pedantic.
>
> Modified:
> llvm/trunk/include/llvm/ExecutionEngine/Orc/Legacy.h
>
> Modified: llvm/trunk/include/llvm/ExecutionEngine/Orc/Legacy.h
> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/
> llvm/ExecutionEngine/Orc/Legacy.h?rev=324478&r1=324477&r2=324478&view=diff
> ============================================================
> ==================
> --- llvm/trunk/include/llvm/ExecutionEngine/Orc/Legacy.h (original)
> +++ llvm/trunk/include/llvm/ExecutionEngine/Orc/Legacy.h Wed Feb 7
> 04:55:01 2018
> @@ -130,7 +130,7 @@ createLegacyLookupResolver(LegacyLookupF
> std::function<void(Error)> ErrorReporter) {
> return std::make_shared<LegacyLookupFnResolver<LegacyLookupFn>>(
> std::move(LegacyLookup), std::move(ErrorReporter));
> -};
> +}
>
> } // End namespace orc
> } // End namespace llvm
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180207/ff32622a/attachment.html>
More information about the llvm-commits
mailing list