Latest version of vmkit should now build fine with latest llvm. Nicolas On Wed, Jul 7, 2010 at 11:02 AM, nicolas geoffray < nicolas.geoffray at gmail.com> wrote:> The one that I have currently that works with vmkit is 107120. > > > On Wed, Jul 7, 2010 at 10:58 AM, Chanwit Kaewkasi <chanwit at gmail.com>wrote: > >> Hello Nicolas, >> >> Thank you for quick reply. >> Is LLVM revision 107641 a good one to build with latest VMKIT? >> >> Thanks, >> >> Chanwit >> >> On Thu, Jul 8, 2010 at 00:06, nicolas geoffray >> <nicolas.geoffray at gmail.com> wrote: >> > Hi all, >> > Yes, there was a change in the LLVM CallInst API, and I haven't updated >> > vmkit yet. It should be fixed real soon. >> > Cheers, >> > Nicolas >> > >> > On Wed, Jul 7, 2010 at 9:50 AM, chanwit <chanwit at gmail.com> wrote: >> >> >> >> Hi, >> >> >> >> Just to comfirm that I have just clean built the current LLVM and VMKIT >> >> revisions and it failed too. >> >> The problem seems to be the same one (about escape analysis in LLVM). >> >> My configuration is Ubuntu 10.04 and GCC 4.4.3 on x86. >> >> >> >> Cheers, >> >> >> >> Chanwit >> >> >> >> >> >> Konrad Hinsen-2 wrote: >> >> > >> >> > On 6 Jul 2010, at 22:25, Zoe Wolk wrote: >> >> > >> >> >> If anyone is able to build vmkit and get it to run without a >> >> >> segfault (for any >> >> >> distro/arch), using mmtk or the default collector/installation (as >> >> >> described in the vmkit page or >> >> >> Alysson's writeup) using the svn head of llvm and vmkit, please let >> >> >> me know. >> >> > >> >> > I had a working installation of VMKit dating from April, running on >> >> > MacOS X 10.5. Back then, I worked from the installation instructions >> >> > on the VMKit Web site. Today I updated both LLVM and VMKit to the >> >> > current svn revisions and recompiled (without touching the >> >> > configuration). This fails due to a problem with escape analysis that >> >> > you seem to have worked around already. >> >> > >> >> > Unfortunately I am too busy at the moment to pursue this any further! >> >> > >> >> > Konrad. >> >> > >> >> > _______________________________________________ >> >> > LLVM Developers mailing list >> >> > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu >> >> > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >> >> > >> >> > >> >> >> >> -- >> >> View this message in context: >> >> http://old.nabble.com/vmkit-build-problems-tp29030093p29098623.html >> >> Sent from the LLVM - Dev mailing list archive at Nabble.com. >> >> >> >> _______________________________________________ >> >> LLVM Developers mailing list >> >> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu >> >> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >> > >> > >> > >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100707/d32453e5/attachment.html>
Thank you, Nicolas. But I still have no luck compiling the latest revision. However, vmkit-0.27 is compiled and running fine on my machine. Thanks, Chanwit On Thu, Jul 8, 2010 at 05:18, nicolas geoffray <nicolas.geoffray at gmail.com> wrote:> Latest version of vmkit should now build fine with latest llvm. > Nicolas > > On Wed, Jul 7, 2010 at 11:02 AM, nicolas geoffray > <nicolas.geoffray at gmail.com> wrote: >> >> The one that I have currently that works with vmkit is 107120. >> >> On Wed, Jul 7, 2010 at 10:58 AM, Chanwit Kaewkasi <chanwit at gmail.com> >> wrote: >>> >>> Hello Nicolas, >>> >>> Thank you for quick reply. >>> Is LLVM revision 107641 a good one to build with latest VMKIT? >>> >>> Thanks, >>> >>> Chanwit >>> >>> On Thu, Jul 8, 2010 at 00:06, nicolas geoffray >>> <nicolas.geoffray at gmail.com> wrote: >>> > Hi all, >>> > Yes, there was a change in the LLVM CallInst API, and I haven't updated >>> > vmkit yet. It should be fixed real soon. >>> > Cheers, >>> > Nicolas >>> > >>> > On Wed, Jul 7, 2010 at 9:50 AM, chanwit <chanwit at gmail.com> wrote: >>> >> >>> >> Hi, >>> >> >>> >> Just to comfirm that I have just clean built the current LLVM and >>> >> VMKIT >>> >> revisions and it failed too. >>> >> The problem seems to be the same one (about escape analysis in LLVM). >>> >> My configuration is Ubuntu 10.04 and GCC 4.4.3 on x86. >>> >> >>> >> Cheers, >>> >> >>> >> Chanwit >>> >> >>> >> >>> >> Konrad Hinsen-2 wrote: >>> >> > >>> >> > On 6 Jul 2010, at 22:25, Zoe Wolk wrote: >>> >> > >>> >> >> If anyone is able to build vmkit and get it to run without a >>> >> >> segfault (for any >>> >> >> distro/arch), using mmtk or the default collector/installation (as >>> >> >> described in the vmkit page or >>> >> >> Alysson's writeup) using the svn head of llvm and vmkit, please let >>> >> >> me know. >>> >> > >>> >> > I had a working installation of VMKit dating from April, running on >>> >> > MacOS X 10.5. Back then, I worked from the installation instructions >>> >> > on the VMKit Web site. Today I updated both LLVM and VMKit to the >>> >> > current svn revisions and recompiled (without touching the >>> >> > configuration). This fails due to a problem with escape analysis >>> >> > that >>> >> > you seem to have worked around already. >>> >> > >>> >> > Unfortunately I am too busy at the moment to pursue this any >>> >> > further! >>> >> > >>> >> > Konrad. >>> >> > >>> >> > _______________________________________________ >>> >> > LLVM Developers mailing list >>> >> > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu >>> >> > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >>> >> > >>> >> > >>> >> >>> >> -- >>> >> View this message in context: >>> >> http://old.nabble.com/vmkit-build-problems-tp29030093p29098623.html >>> >> Sent from the LLVM - Dev mailing list archive at Nabble.com. >>> >> >>> >> _______________________________________________ >>> >> LLVM Developers mailing list >>> >> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu >>> >> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >>> > >>> > >> > >
Hi Chanwit, What problems did you have for compiling the latest revision? Could you give me a log? Thanks, Nicolas On Thu, Jul 8, 2010 at 10:05 PM, Chanwit Kaewkasi <chanwit at gmail.com> wrote:> Thank you, Nicolas. > But I still have no luck compiling the latest revision. However, > vmkit-0.27 is compiled and running fine on my machine. > > Thanks, > > Chanwit > > On Thu, Jul 8, 2010 at 05:18, nicolas geoffray > <nicolas.geoffray at gmail.com> wrote: > > Latest version of vmkit should now build fine with latest llvm. > > Nicolas > > > > On Wed, Jul 7, 2010 at 11:02 AM, nicolas geoffray > > <nicolas.geoffray at gmail.com> wrote: > >> > >> The one that I have currently that works with vmkit is 107120. > >> > >> On Wed, Jul 7, 2010 at 10:58 AM, Chanwit Kaewkasi <chanwit at gmail.com> > >> wrote: > >>> > >>> Hello Nicolas, > >>> > >>> Thank you for quick reply. > >>> Is LLVM revision 107641 a good one to build with latest VMKIT? > >>> > >>> Thanks, > >>> > >>> Chanwit > >>> > >>> On Thu, Jul 8, 2010 at 00:06, nicolas geoffray > >>> <nicolas.geoffray at gmail.com> wrote: > >>> > Hi all, > >>> > Yes, there was a change in the LLVM CallInst API, and I haven't > updated > >>> > vmkit yet. It should be fixed real soon. > >>> > Cheers, > >>> > Nicolas > >>> > > >>> > On Wed, Jul 7, 2010 at 9:50 AM, chanwit <chanwit at gmail.com> wrote: > >>> >> > >>> >> Hi, > >>> >> > >>> >> Just to comfirm that I have just clean built the current LLVM and > >>> >> VMKIT > >>> >> revisions and it failed too. > >>> >> The problem seems to be the same one (about escape analysis in > LLVM). > >>> >> My configuration is Ubuntu 10.04 and GCC 4.4.3 on x86. > >>> >> > >>> >> Cheers, > >>> >> > >>> >> Chanwit > >>> >> > >>> >> > >>> >> Konrad Hinsen-2 wrote: > >>> >> > > >>> >> > On 6 Jul 2010, at 22:25, Zoe Wolk wrote: > >>> >> > > >>> >> >> If anyone is able to build vmkit and get it to run without a > >>> >> >> segfault (for any > >>> >> >> distro/arch), using mmtk or the default collector/installation > (as > >>> >> >> described in the vmkit page or > >>> >> >> Alysson's writeup) using the svn head of llvm and vmkit, please > let > >>> >> >> me know. > >>> >> > > >>> >> > I had a working installation of VMKit dating from April, running > on > >>> >> > MacOS X 10.5. Back then, I worked from the installation > instructions > >>> >> > on the VMKit Web site. Today I updated both LLVM and VMKit to the > >>> >> > current svn revisions and recompiled (without touching the > >>> >> > configuration). This fails due to a problem with escape analysis > >>> >> > that > >>> >> > you seem to have worked around already. > >>> >> > > >>> >> > Unfortunately I am too busy at the moment to pursue this any > >>> >> > further! > >>> >> > > >>> >> > Konrad. > >>> >> > > >>> >> > _______________________________________________ > >>> >> > LLVM Developers mailing list > >>> >> > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > >>> >> > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > >>> >> > > >>> >> > > >>> >> > >>> >> -- > >>> >> View this message in context: > >>> >> http://old.nabble.com/vmkit-build-problems-tp29030093p29098623.html > >>> >> Sent from the LLVM - Dev mailing list archive at Nabble.com. > >>> >> > >>> >> _______________________________________________ > >>> >> LLVM Developers mailing list > >>> >> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > >>> >> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > >>> > > >>> > > >> > > > > >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100708/4c9b25cf/attachment.html>