search for: chapuni

Displaying 20 results from an estimated 57 matches for "chapuni".

2011 Aug 16
2
[LLVMdev] --enable-shared doesn't build shared library any more
In r134967 it still worked, and in r137742 it now doesn't. I used such flags: --enable-assertions --enable-shared --enable-libffi --enable-debug-runtime --enable-debug-symbols --disable-optimized Before build would create directory tools/llvm-shlib under the build tree. Now it is missing. Yuri
2011 Aug 17
0
[LLVMdev] --enable-shared doesn't build shared library any more
...it is missing. In my attempt on x86_64-linux, enable-shared works. ...Takumi $ ./config.status --version llvm config.status 3.0svn configured by ../../llvm-project/llvm/configure, generated by GNU Autoconf 2.60, with options "'-C' '--enable-optimized' '--prefix=/home/chapuni/BUILD/install-llvm' '--enable-targets=all' 'CC=gcc44' 'CXX=g++44' '--with-optimize-option=-O3 -Werror' '--enable-shared'" $ ls -l Release+Asserts/bin -rwxrwxr-x 1 chapuni chapuni 111392 Aug 17 21:14 llc -rwxrwxr-x 1 chapuni chapuni 86080 Aug 17...
2012 Aug 29
0
[LLVMdev] A script for updating all the nested git clients
How about fitting Android's repo? :D I have not used repo for llvm, but been using my synthesized repository (for my buildbot). https://github.com/chapuni/llvm-project https://github.com/chapuni/llvm-project-submodule ...Takumi
2012 Aug 21
2
[LLVMdev] A script for updating all the nested git clients
There's functionality in the make build to update (at least one layer of) nested svn working copies of LLVM, but nothing in cmake and nothing for git in either. I use the following script & after updating it to handle arbitrary nesting (with the advent of the clang-tools-extra repository) & generalize the discovery (had a hardcoded list & after fixing up the Make build after some
2014 Sep 10
3
[LLVMdev] [cfe-dev] SVN infrastructure woes
> But I don't think there's a reason we couldn't point the bots at the github > mirrors. I'm not sure if they lag the official mirror though. The GitHub mirrors located at [1] are updated hourly which is not frequent enough There seems to be an LLVM organisation registered on GitHub but it doesn't seem to be in use. [1] https://github.com/llvm-mirror/ [2]
2012 Jun 03
2
[LLVMdev] [cfe-commits] r157890 - /cfe/trunk/unittests/Tooling/ToolingTest.cpp
012/6/3 Hal Finkel <hfinkel at anl.gov>: >> Author: chapuni >> Date: Sat Jun  2 10:34:26 2012 >> New Revision: 157890 >> >> URL: http://llvm.org/viewvc/llvm-project?rev=157890&view=rev >> Log: >> Revert r157819, "#ifdef out a broken test on win32" >> >> FYI, LLVM_ON_WIN32 is useless. > > Ca...
2014 Jul 04
2
[LLVMdev] Using git bisect with LLVM
Hello, git bisect helped me today in tracking down a regression in LLVM/Clang. Because LLVM/Clang code is split across multiple git repositories, there were a few obstacles to overcome prior to using git bisect. I thought I would share them here, in the hope that they're useful for others. The main difficulty was to check out the version of clang and compiler-rt that would compile with a
2011 Mar 16
3
[LLVMdev] [release_29] Good status of ppc-redhat-linux on Fedora 12 PS3
...onfigured by ../../llvm/configure, generated by GNU Autoconf 2.60, with options "'-C' '--build=ppc-redhat-linux' '--enable-targets=all' '--enable-optimized' 'build_alias=ppc-redhat-linux' '--with-optimize-option=-O3 -Werror' '--prefix=/home/chapuni/BUILD/llvm-ppc-static/install/stage1'" Failing Tests (39): Clang :: CXX/expr/expr.unary/expr.unary.noexcept/cg.cpp Clang :: CodeGen/bitfield-promote.c Clang :: CodeGenCXX/debug-info-byval.cpp Clang :: CodeGenCXX/debug-info-namespace.cpp Clang :: CodeGenCXX/vtable-debug...
2011 Apr 21
5
[LLVMdev] Dragonegg Git mirror?
Chen, Teemu is asking "the official git mirror" and he oughta know where the svn repo is. ;) Teemu, I have created an unofficial one; https://github.com/chapuni/dragonegg Excuse me, I might not update it so frequently. Anton, please provide us the official dragonegg.git! ...Takumi
2011 Jun 30
1
[LLVMdev] Introduction to git-bisect with "llvm-project.git"
Hello guys, I am making a submodule-based metaproject "llvm-project.git" for bisecting clang. I will introduce it to help you developers. Unfortunately, submodule is not useful to manage your branches. :/ Have fun! ...Takumi Instructions; 1. fetch two scripts from git://github.com/chapuni/llvm-project-scripts.git - hooks/post-merge - hooks/post-checkout 2. git clone git://github.com/chapuni/llvm-project.git 3. (If you have repos locally) clone projects under llvm-project $ cd llvm-project $ git clone ../path/to/your/llvm $ git clone ../path/to/your/clang 4. for each submod...
2011 Nov 14
0
[LLVMdev] [Git] Introduction of llvm-project-subtree.git
Hello guys, I made the "subtree" all-in-one LLVM, clang, dragonegg &c repository. https://github.com/chapuni/llvm-project * How to play 1) git clone git://github.com/chapuni/llvm-project.git 2) (Optional) Add the line in [remote "origin"], .git/config [remote "origin"] fetch = +refs/notes/commits:refs/notes/commits And "git fetch origin" You can see...
2012 Jun 03
0
[LLVMdev] [cfe-commits] r157890 - /cfe/trunk/unittests/Tooling/ToolingTest.cpp
On Mon, 4 Jun 2012 08:15:09 +0900 NAKAMURA Takumi <geek4civic at gmail.com> wrote: > 012/6/3 Hal Finkel <hfinkel at anl.gov>: > >> Author: chapuni > >> Date: Sat Jun  2 10:34:26 2012 > >> New Revision: 157890 > >> > >> URL: http://llvm.org/viewvc/llvm-project?rev=157890&view=rev > >> Log: > >> Revert r157819, "#ifdef out a broken test on win32" > >> > >> FYI...
2012 Nov 15
3
[LLVMdev] Code Ownership - Buildbot
On Thu, Nov 15, 2012 at 2:10 PM, Sean Silva <silvas at purdue.edu> wrote: > kinda random, but do we have a centralized list of all of the > buildbots? I see a lot of different URL's in IRC, but no list so I can > check "all of the waterfalls". I'm not talking about the specific bots > (e.g. llvm-x86_64-ubuntu) but the "fleets"
2015 Jan 12
2
[LLVMdev] buildbot failure in LLVM on ppc64le-sanitizer
...lvm.org:8011/builders/ppc64le-sanitizer/builds/0 > > Buildbot URL: http://lab.llvm.org:8011/ > > Buildslave for this Build: ppc64le-sanitizer > > Build Reason: scheduler > Build Source Stamp: [branch trunk] 225670 > Blamelist: ab,abataev,alexfh,artagnon,benlangmuir,chandlerc,chapuni,compnerd,dexonsmith,djasper,dsanders,ehsan,eugenis,foad,gribozavr,hfinkel,jhibbits,jkolek,joerg,majnemer,matze,nathan,rafael,rdivacky,rksimon,rsmith,rtrieu,sanjoy,seurer,spatel,timurrrr,tomatabacu,tstellar > > BUILD FAILED: failed annotate > > sincerely, > -The Buildbot
2018 Feb 19
2
Repo directory layout
...ollowing tree. http://llvm.org/docs/GettingStarted.html#git-mirror llvm (llvm repo) -> tools -> clang (clang repo) -> lld (lld repo) etc. However various llvm-project repos, suggest a different layout: https://github.com/llvm-project/llvm-project-20170507 https://github.com/chapuni/llvm-project-submodule Also, the official SVN hints at a similar layout (although not strictly the same): http://llvm.org/svn/llvm-project/ llvm-project -> llvm (llvm repo) -> clang (clang repo) -> lld (lld repo) etc. It seems like the CMake files support both options. So we would...
2011 Mar 16
0
[LLVMdev] Prevent unbounded memory consuption of long lived JIT processes
Good morning Jose, Thank you to send patches. - Please send patches to llvm-commits. - Please make patches with "--attach". You may add "format.attach" to git config. I have not seen yours yet, but I pushed yours to github; https://github.com/chapuni/LLVM/compare/ed4edf9e...jfonseca%2F20110316 (Excuse me I could not input accent) ...Takumi On Wed, Mar 16, 2011 at 8:15 AM, <jfonseca at vmware.com> wrote: > This series of patches address several issues causing memory usage to grow > indefinetely on a long lived process. > >...
2017 Apr 24
2
i686-mingw32-RA-on-linux buildbot
I keep running into errors on the i686-mingw32-RA-on-linux bot and was curious if someone could test a patch against the bot or something with a similar setup. I believe it should now work properly, but would like to make sure that it'll pass before possibly adding a third commit/revert cycle. If the history isn't an issue, let me know an I'll just keep trying. The differential is
2012 Nov 15
0
[LLVMdev] Code Ownership - Buildbot
...e else has publicly reporting LLVM buildmasters. Here's a (non exhaustive) list: - http://lab.llvm.org:8011/ the main fleet, and the only one that sends mails - http://smooshlab.apple.com:8013/ apple's set of internal builders, not reachable from outside the mothership - http://bb.pgr.jp/ chapuni's bots, including some fast incremental builders and windows bots - http://llvm-amd64.freebsd.your.org:8010/ freebsd builders, continuously build the fbsd kernel among other things - http://buildbot.llvm.linuxfoundation.org/ builds the linux kernel with clang There are probably even more build...
2011 Mar 16
0
[LLVMdev] [release_29] Good status of ppc-redhat-linux on Fedora 12 PS3
...llvm/configure, generated by GNU Autoconf 2.60, > with options "'-C' '--build=ppc-redhat-linux' '--enable-targets=all' > '--enable-optimized' 'build_alias=ppc-redhat-linux' > '--with-optimize-option=-O3 -Werror' > '--prefix=/home/chapuni/BUILD/llvm-ppc-static/install/stage1'" > > Failing Tests (39): Hrm. Could you work with the Clang guys to prioritize these failures? If they're "real", we need to get them fixed soon. Thank you for the testing! -bw
2014 Feb 22
2
[LLVMdev] llvm.org/perf error 500
...n-isl while building llvm. Full details are available at: http://lab.llvm.org:8011/builders/polly-perf-O3-polly-scev-codegen-isl/builds/21 Buildbot URL: http://lab.llvm.org:8011/ Buildslave for this Build: pollyperf11 Build Reason: scheduler Build Source Stamp: [branch trunk] 201880 Blamelist: chapuni,dblaikie,grosser,kremenek,rafael,rsmith,spop,sylvestre BUILD FAILED: failed lnt.nightly-test sincerely, -The Buildbot