Renato Golin via llvm-dev
2016-Aug-26 22:32 UTC
[llvm-dev] [Progress Update] LLVM Runtimes Subdirectory
On 26 August 2016 at 23:22, Renato Golin <renato.golin at linaro.org> wrote:> Woot! Compiling RT as we speak... :)Right, all went well until I got this: [0/1] Re-running CMake... -- Builtin supported architectures: i386;x86_64 -- Configuring done -- Generating done -- Build files have been written to: /home/rengolin/devel/llvm/workdir/libs/build/runtimes/builtins-bins ninja: no work to do. [677/681] No install step for 'builtins' [680/681] Performing configure step for 'runtimes' -- Compiler-RT supported architectures: x86_64;i386 CMake Error at CMakeLists.txt:93 (list): list sub-command REMOVE_DUPLICATES requires list to be present. CMake logs attached. --renato -------------- next part -------------- A non-text attachment was scrubbed... Name: CMakeLogs.zip Type: application/zip Size: 3496 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160826/85893be8/attachment.zip>
Chris Bieneman via llvm-dev
2016-Aug-27 00:01 UTC
[llvm-dev] [Progress Update] LLVM Runtimes Subdirectory
> On Aug 26, 2016, at 3:32 PM, Renato Golin <renato.golin at linaro.org> wrote: > > On 26 August 2016 at 23:22, Renato Golin <renato.golin at linaro.org> wrote: >> Woot! Compiling RT as we speak... :) > > Right, all went well until I got this: > > [0/1] Re-running CMake... > -- Builtin supported architectures: i386;x86_64 > -- Configuring done > -- Generating done > -- Build files have been written to: > /home/rengolin/devel/llvm/workdir/libs/build/runtimes/builtins-bins > ninja: no work to do. > [677/681] No install step for 'builtins' > [680/681] Performing configure step for 'runtimes' > -- Compiler-RT supported architectures: x86_64;i386 > CMake Error at CMakeLists.txt:93 (list):I should add a catch for this. It might be caused by a slightly out of date compiler-rt. Do you have r279863? -Chris> list sub-command REMOVE_DUPLICATES requires list to be present. > > CMake logs attached. > > --renato > <CMakeLogs.zip>
Chris Bieneman via llvm-dev
2016-Aug-27 00:28 UTC
[llvm-dev] [Progress Update] LLVM Runtimes Subdirectory
I put in a fix that should prevent that configuration error in r279893. -Chris> On Aug 26, 2016, at 5:01 PM, Chris Bieneman via llvm-dev <llvm-dev at lists.llvm.org> wrote: > >> >> On Aug 26, 2016, at 3:32 PM, Renato Golin <renato.golin at linaro.org> wrote: >> >> On 26 August 2016 at 23:22, Renato Golin <renato.golin at linaro.org> wrote: >>> Woot! Compiling RT as we speak... :) >> >> Right, all went well until I got this: >> >> [0/1] Re-running CMake... >> -- Builtin supported architectures: i386;x86_64 >> -- Configuring done >> -- Generating done >> -- Build files have been written to: >> /home/rengolin/devel/llvm/workdir/libs/build/runtimes/builtins-bins >> ninja: no work to do. >> [677/681] No install step for 'builtins' >> [680/681] Performing configure step for 'runtimes' >> -- Compiler-RT supported architectures: x86_64;i386 >> CMake Error at CMakeLists.txt:93 (list): > > I should add a catch for this. It might be caused by a slightly out of date compiler-rt. Do you have r279863? > > -Chris > >> list sub-command REMOVE_DUPLICATES requires list to be present. >> >> CMake logs attached. >> >> --renato >> <CMakeLogs.zip> > > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org> > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev <http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev>-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160826/021bb0d5/attachment.html>