Renato Golin
2011-Sep-29 13:39 UTC
[LLVMdev] r140697 broke building with shared library enabled
On 29 September 2011 13:54, Justin Holewinski <justin.holewinski at gmail.com> wrote:> Did you try to re-run configure after pulling that commit? > I just tried a shared build with: > ../configure --enable-optimized --enable-assertions > --enable-targets=host,ptx --enable-shared > And the build is successful. > What is your configure line, and system OS?Not sure it's relevant, but I had the same error from clean GIT repo. SVN clean repo at the same time gave me no errors. On both cases, Linux Ubuntu 11.04: $ cmake ../src $ make -j12 -- cheers, --renato http://systemcall.org/
Justin Holewinski
2011-Sep-29 14:29 UTC
[LLVMdev] r140697 broke building with shared library enabled
On Thu, Sep 29, 2011 at 9:39 AM, Renato Golin <rengolin at systemcall.org>wrote:> On 29 September 2011 13:54, Justin Holewinski > <justin.holewinski at gmail.com> wrote: > > Did you try to re-run configure after pulling that commit? > > I just tried a shared build with: > > ../configure --enable-optimized --enable-assertions > > --enable-targets=host,ptx --enable-shared > > And the build is successful. > > What is your configure line, and system OS? > > Not sure it's relevant, but I had the same error from clean GIT repo. > SVN clean repo at the same time gave me no errors. > > On both cases, Linux Ubuntu 11.04: > > $ cmake ../src > $ make -j12 >I've applied a fix in r140783. Renato, Heikki, does this fix the build for you?> > -- > cheers, > --renato > > http://systemcall.org/ >-- Thanks, Justin Holewinski -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110929/06a7e53b/attachment.html>
Renato Golin
2011-Sep-29 15:10 UTC
[LLVMdev] r140697 broke building with shared library enabled
On 29 September 2011 15:29, Justin Holewinski <justin.holewinski at gmail.com> wrote:> I've applied a fix in r140783. > Renato, Heikki, does this fix the build for you?yup, thanks! --renato
Heikki Kultala
2011-Sep-30 10:58 UTC
[LLVMdev] r140697 broke building with shared library enabled
On 09/29/2011 05:29 PM, Justin Holewinski wrote:> On Thu, Sep 29, 2011 at 9:39 AM, Renato Golin <rengolin at systemcall.org > <mailto:rengolin at systemcall.org>> wrote: > > On 29 September 2011 13:54, Justin Holewinski > <justin.holewinski at gmail.com <mailto:justin.holewinski at gmail.com>> > wrote: > > Did you try to re-run configure after pulling that commit? > > I just tried a shared build with: > > ../configure --enable-optimized --enable-assertions > > --enable-targets=host,ptx --enable-shared > > And the build is successful. > > What is your configure line, and system OS? > > Not sure it's relevant, but I had the same error from clean GIT repo. > SVN clean repo at the same time gave me no errors. > > On both cases, Linux Ubuntu 11.04: > > $ cmake ../src > $ make -j12 > > > I've applied a fix in r140783. > > Renato, Heikki, does this fix the build for you?yes, thanks.
Maybe Matching Threads
- [LLVMdev] r140697 broke building with shared library enabled
- [LLVMdev] r140697 broke building with shared library enabled
- [LLVMdev] r140697 broke building with shared library enabled
- [LLVMdev] Loads/Stores and MachineMemOperand
- [LLVMdev] commit r152019 broke architectures with more than 255 registers