search for: takumi

Displaying 20 results from an estimated 510 matches for "takumi".

2015 Feb 18
3
[LLVMdev] [RFC] Raise minimum required CMake version to 3.0
Galina and Takumi, Are we ready to update the minimum required version to 2.8.12.2? -Chris > On Feb 12, 2015, at 2:35 PM, Chris Bieneman <beanz at apple.com> wrote: > > Chandler's feedback was that we should go to 2.8.12.2 instead of 3.0 because of Ubuntu's LTS release. > > -Chris &...
2015 Feb 12
2
[LLVMdev] [RFC] Raise minimum required CMake version to 3.0
I'm with Takumi, and prefer to go on a safe route. Takumi, unless I'm missing something you were checking cmake 3.x with LLVM. How does it look like? Did you discover any problem? Thanks Galina On Mon, Feb 9, 2015 at 4:28 PM, NAKAMURA Takumi <geek4civic at gmail.com> wrote: > I missed the conte...
2010 Sep 02
3
[LLVMdev] Compile dll on Mingw
Hello, NAKAMURA Takumi As you said, I check out the head from svn trunk. I build the source code as the following steps: $./configure --enable-shared $ make After 1 hour, the building procedure is stopped and appear the following error message: c:/strawberry/c/bin/../lib/gcc/i686-w64-mingw32/4.4.3/../../../../i...
2010 Sep 02
0
[LLVMdev] Compile dll on Mingw
...d evening, Yuan Excuse me, I gave up Debug build earlier due to my poor hosts. I will improve able to build Debug ;) You may build with --enable-optimized=yes (or, make ENABLE_OPTIMIZED=1) btw, DLL builder has implemented since Aug. It might be easier to port DLL stuff to 2.6 :) Do you try? ...Takumi 2010年9月2日 17:16:25 UTC+9 yuan zheng <tsinghuayuan86 at gmail.com>: > Hello, NAKAMURA Takumi > > As you said, I check out the head from svn trunk. > I build the source code as the following steps: > $./configure --enable-shared > $ make > > After 1 hour, the bu...
2014 Feb 13
2
[LLVMdev] [llvm] r201072 - [CMake] Introduce llvm_add_library().
No, it has the wrong value. I tried it with cmake 2.8.9 and 2.8.12.2. Both of them set the variable to “.so”. On Feb 12, 2014, at 5:29 PM, NAKAMURA Takumi <geek4civic at gmail.com> wrote: > Juergen, > > Thanks to let me know. I guess r200762 (and r200763) might affect. > > Although I won't check this on darwin box, I suspect the line in > HandleLLVMOptions.cmake; > > set(LLVM_PLUGIN_EXT ${CMAKE_SHARED_MODULE_SUF...
2015 Feb 09
2
[LLVMdev] [RFC] Raise minimum required CMake version to 3.0
I don't oppose the subject. I will update cmake within a few days. 2015-02-10 7:17 GMT+09:00 Aaron Ballman <aaron at aaronballman.com>: > Now, with more Galina and Takumi on the To line. ;-) > > ~Aaron > > On Mon, Feb 9, 2015 at 5:13 PM, Chris Bieneman <beanz at apple.com> wrote: >> +Galina, and Takumi >> >> This was a very short lived change :-). >> >> Looks like we have some bots that need to be updated. >> &gt...
2012 Mar 02
2
[LLVMdev] Access Violation using ExecutionEngine on 64-bit Windows 8 Consumer Preview
Hi, Takumi! I tried your patch, and it did not help. Moreover, I tried to compile under Windows 7 and copy files to Windows 8, and received the same exception. So the problem seems to be in Windows 8 itself or some non-portable code inside LLVM. Could anyone tell me what LLVM code in ExecutionEngine is resp...
2011 Oct 18
3
[LLVMdev] Compile llvm-gcc fortran backend using mingw
.../18 Albert Graef <Dr.Graef at t-online.de>: > On 10/17/2011 04:44 PM, Duncan Sands wrote: >> PS: A more convincing (IMO) argument against dragonegg is that it doesn't >> work on windows.  That's because the gcc plugin architecture doesn't work >> on windows.  Takumi has been thinking about this and has been enable to >> get dragonegg to work on windows anyway using some clever tricks. > > Interesting, thanks for the information. Is that already available > somewhere, or are there any plans to release it along with LLVM 3.0? > > I don't...
2017 May 01
4
Add more projects into Git monorepo
...- Leave. - Update also previous branches as well. (I don't want to do) * What should be done regarding to https://github.com/llvm-project/llvm-project-submodule ? For consistency, I could create a new repo. But I think I can overwrite branches, since I assume this is read-only. Thanks, Takumi -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170501/2b53785b/attachment.html>
2012 Mar 02
0
[LLVMdev] Access Violation using ExecutionEngine on 64-bit Windows 8 Consumer Preview
...ctor, Try this fix by Marina Yatsina: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20120220/137532.html Nadav -----Original Message----- From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On Behalf Of lost Sent: Friday, March 02, 2012 22:53 To: NAKAMURA Takumi; LLVM Subject: Re: [LLVMdev] Access Violation using ExecutionEngine on 64-bit Windows 8 Consumer Preview Hi, Takumi! I tried your patch, and it did not help. Moreover, I tried to compile under Windows 7 and copy files to Windows 8, and received the same exception. So the problem seems to be in Wi...
2017 May 08
2
Add more projects into Git monorepo
On Sun, May 7, 2017 at 12:07 AM, NAKAMURA Takumi via llvm-dev < llvm-dev at lists.llvm.org> wrote: > I have done just now. 5 repos added including debuginfo-tests. > ATM, it includes 17 repos total. > > - Created the new repo; https://github.com/llvm- > project/llvm-project-20170507.git > Branches will come later. >...
2017 May 07
4
Add more projects into Git monorepo
...LLVM build system is already annoying (you can’t build it unless you have a working C++ standard library implementation for your target, even thought it’s a dependency for libc++), having to have a complete LLVM checkout would be even more overhead. David > On 7 May 2017, at 08:07, NAKAMURA Takumi via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > I have done just now. 5 repos added including debuginfo-tests. > ATM, it includes 17 repos total. > > - Created the new repo; https://github.com/llvm-project/llvm-project-20170507.git > Branches will come later. > -...
2017 Jul 20
2
FYI: Ninja-build user may use CMake-3.9
...an maintaining a special build configuration. > At the moment, this facility (loose deps) is specific to Ninja generator. There are a couple of users of ENABLE_OBJLIB. - Tablegen (except for ninja). - LIBCLANG_BUILD_STATIC. It doesn't use LLVM_ENABLE_OBJLIB, but uses it internally. Thanks, Takumi > On Thu, Jul 20, 2017 at 8:31 AM, NAKAMURA Takumi via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > >> This is useful for developer who uses multicore builder. >> https://cmake.org/cmake/help/v3.9/release/3.9.html#other-changes >> >> >> - The...
2012 Mar 02
2
[LLVMdev] Access Violation using ExecutionEngine on 64-bit Windows 8 Consumer Preview
...t; > http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20120220/137532.html > > Nadav > > -----Original Message----- > From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On Behalf Of lost > Sent: Friday, March 02, 2012 22:53 > To: NAKAMURA Takumi; LLVM > Subject: Re: [LLVMdev] Access Violation using ExecutionEngine on 64-bit Windows 8 Consumer Preview > > Hi, Takumi! > > I tried your patch, and it did not help. Moreover, I tried to compile under Windows 7 and copy files to Windows 8, and received the same exception. So the pr...
2015 Feb 09
3
[LLVMdev] [RFC] Raise minimum required CMake version to 3.0
+Galina, and Takumi This was a very short lived change :-). Looks like we have some bots that need to be updated. -Chris > On Feb 9, 2015, at 12:02 PM, Chandler Carruth <chandlerc at google.com> wrote: > > > On Mon, Feb 9, 2015 at 11:48 AM, Chris Bieneman <beanz at apple.com <mailto:beanz...
2014 Feb 13
2
[LLVMdev] [llvm] r201072 - [CMake] Introduce llvm_add_library().
Hi Takumi, I am not sure if it this change, but recently we started to build LLVMHello.so and BugpointPasses.so on OS X. A few bugpoint tests are failing, because they are looking for a dylib that doesn’t exist. Could you please take a look? Thanks -Juergen On Feb 10, 2014, at 2:34 AM, NAKAMURA Takumi &...
2011 Oct 27
2
[LLVMdev] How to add builder info. Need advice
...he llvm/docs directory and link to the main documentation page? Maybe add a link the main buildbot page too. I rather suggest; - Put instructions to zorg - Add a link to lab.llvm.org/instruction.html in llvm.org website. llvm/docs might be suitable if llvm-specific issues in buildslaves. ...Takumi >> 7.  Fill the build slave description and admin name/e-mail. Here is an >> example of the build slave description: >>            ---------------------------------------------------------------------------- >>            Windows 7 x64 >> >>            Core i7 (...
2012 Jun 16
5
[LLVMdev] Fwd: RFC: "Building with MinGW on Windows" (DOC, NEW)
On Sat, Jun 16, 2012 at 3:29 AM, Mikael Lyngvig <mikael at lyngvig.org> wrote: > Hi Takumi, > > THANK YOU for your excellent review! It makes all the work worthwhile in > itself. > > It is getting "late" here (it is early morning) so I am about to call it a > day. But I will contemplate and incorporate your suggestions tomorrow, and > send you a full repl...
2010 Sep 07
2
[LLVMdev] llvm-config error
Hello, Takumi, you are absolutely right! It was a problem with Perl. Many thanks! That problem solved, tried to compile again the kaleidoscope example but unfortunatelly now I get the link errors found bellow: $g++ -g –O3 toy.cpp `llvm-config –cppflags –ldflags –libs core`-o toy c:/llvm-2.7/Release/lib/libLL...
2011 Nov 03
0
[LLVMdev] How to add builder info. Need advice
Takumi, Tanya, Thanks for the suggestions! The first draft is in the SVN ( llvm/trunk/docs/HowToAddABuilder.html). I'd rather keep documentation with the documentation. Plus I'd like us to be able to have multiple buildmasters later if we want to (pre-release staging, for instance) without re-ar...