Sure, I updated LLDB too. :> cd llvm-src :> git log -n 1 commit 5e0ce9d13ad5b39c12b68e7af6cf946414bff170 Author: Sanjay Patel <[email protected]> Date: Tue Mar 24 20:36:42 2015 +0000
:> cd llvm-src/tools/lldb :> git log -n 1 commit a5d90d42a2b9ea5dbebcd09b89bc58bac861dc23 Author: Ilia K <[email protected]> Date: Tue Mar 24 20:59:38 2015 +0000 :> cd llvm-src/tools/clang :> git log -n 1 commit a7c76878cfedcbb88a89b864559b24593a15803f Author: Sanjay Patel <[email protected]> Date: Tue Mar 24 20:42:20 2015 +0000 :> cd llvm-src/projects/compiler-rt :> git log -n 1 commit c3dce9d8bee136acae00dde4ea0d2bcd2a02cc6f Author: Justin Bogner <[email protected]> Date: Tue Mar 24 17:43:31 2015 +0000 I pulled all Git repositories at once several times within the last two days. But it still fails. I want to re-build LLDB because I discovered an issue in the old version and maybe in the newer version it's fixed. On 24.03.15 17:04, Reid Kleckner wrote: > Looks like you didn't update LLDB. Your errors look like you have skew > between LLDB r228933 and LLVM r228921. If you don't need LLDB, you can > simply delete that part of the checkout. > > On Tue, Mar 24, 2015 at 8:16 AM, Christian Mayer <[email protected] > <mailto:[email protected]>> wrote: > > Hi, > > I built LLDB using xcodebuild two month ago from Top Of Tree (Git). > Today, after pulling the newest version from Git and also of all > dependencies (LLVM, clang, compiler-rt) and run again "xcodebuild > -configuration Release" I got this error: > > The following build commands failed: > CompileC > > build/lldb.build/Release/lldb-core.build/Objects-normal/x86_64/CompactUnwindInfo.o > source/Symbol/CompactUnwindInfo.cpp normal x86_64 c++ > com.apple.compilers.llvm.clang.1_0.compiler > (1 failure) > > I tried it several times in the last two days but it still fails. > > I also tried deleting llvm-src/tools/lldb/llvm-build and > llvm-src/tools/lldb/build and building again - but fails, too. > > Here is the full log: > https://pastebin.com/9B7MP3Xd > > > Best regards, > Christian > > -- > Christian Mayer > software developer > http://fox21.at > _______________________________________________ > lldb-dev mailing list > [email protected] <mailto:[email protected]> > http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev > > _______________________________________________ lldb-dev mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev
