search for: toolrunner

Displaying 20 results from an estimated 32 matches for "toolrunner".

2012 Jun 26
2
[LLVMdev] Error compiling llvm/clang with clang+libc++ with -std=cxx0x
...ith cmake. I then compiled libc++ per the instructions on the web. I then tried to compile llvm/clang with previously compiled clang and libc++ using "-std=c++0x -stdlib=libc++" flags. But the compilation fails at: > [ 58%] Building CXX object tools/bugpoint/CMakeFiles/bugpoint.dir/ToolRunner.cpp.o > clang-3: warning: argument unused during compilation: '-stdlib=libc++' > clang-3: warning: argument unused during compilation: '-L/local/mnt/workspace/ashoknn/519_libcxx_transition/llvm/build/../../libcxx.artifacts/linux-clang/lib' > /local/mnt/workspace/ashoknn/519...
2004 Jul 26
1
[LLVMdev] ToolRunner.cpp:396: error: `SHLIBEXT' undeclared (first use this function)
Hi, I get this error: ------------------ ToolRunner.cpp:396: error: `SHLIBEXT' undeclared (first use this function) ToolRunner.cpp:396: error: (Each undeclared identifier is reported only once for each function it appears in.) ------------------ And the config.log shows that configure has detected that ld on my platform (Interix) doesn'...
2004 Jul 27
1
[LLVMdev] ToolRunner.cpp:396: error: `SHLIBEXT' undeclared (firstuse this function)
Hi again Does cygwin support shared libraries. And if not, how did you port llvm on this issue? /Henrik >From: "Henrik Bach" <henrik_bach_llvm at hotmail.com> >Date: Tue, 27 Jul 2004 00:41:53 +0200 > >Hi, > >I get this error: >------------------ >ToolRunner.cpp:396: error: `SHLIBEXT' undeclared (first use this function) >ToolRunner.cpp:396: error: (Each undeclared identifier is reported only >once > for each function it appears in.) >------------------ > >And the config.log shows that configure has detected that ld on my platf...
2012 Jun 26
0
[LLVMdev] Error compiling llvm/clang with clang+libc++ with -std=cxx0x
On 2012-06-26 04:22, Ashok Nalkund wrote: ... >> /local/mnt/workspace/ashoknn/519_libcxx_transition/llvm/src/tools/bugpoint/ToolRunner.cpp:131:12: error: invalid operands to binary expression ('llvm::raw_ostream' and 'std::ostringstream' >> (aka 'basic_ostringstream<char>')) >> errs() << OS; >> ~~~~~~ ^ ~~ > Hi Ashok, please try applying this diff from r1559...
2004 Jul 27
1
[LLVMdev] ToolRunner.cpp:396: error: `SHLIBEXT' undeclared (firstuse this function)
Hi John, Please see below, too >From: John Criswell <criswell at cs.uiuc.edu> >Date: Tue, 27 Jul 2004 14:57:02 -0500 > >Henrik Bach wrote: >>Hi, > >Please see below. > >> >>I get this error: >>------------------ >>ToolRunner.cpp:396: error: `SHLIBEXT' undeclared (first use this function) >>ToolRunner.cpp:396: error: (Each undeclared identifier is reported only >>once >> for each function it appears in.) >>------------------ >> >>And the config.log shows that configure has dete...
2009 Aug 26
1
rJava error for large XML object return in StatET plugin
...ware.statet.nico.core.runtime.ToolController.loopRunTask(ToolController.java:822) at de.walware.statet.nico.core.runtime.ToolController.loop(ToolController.java:767) at de.walware.statet.nico.core.runtime.ToolController.run(ToolController.java:293) at de.walware.statet.nico.core.runtime.ToolRunner.run(ToolRunner.java:37) at de.walware.statet.nico.core.runtime.ToolRunner.access$0(ToolRunner.java:35) at de.walware.statet.nico.core.runtime.ToolRunner$1.run(ToolRunner.java:47) Caused by: java.rmi.UnmarshalException: error unmarshalling return; nested exception is: java.io.UTFDataForm...
2009 Jul 16
1
[LLVMdev] [PATCH] bugpoint to escalate remote client return status 255
Hello everyone, The bugpoint is changed to escalate remote client return status 255 (per discussion - Re: [llvm-commits] [llvm] r75665 - /llvm/trunk/tools/bugpoint/ToolRunner.cpp) Please find the patch attached. -Viktor -------------- next part -------------- A non-text attachment was scrubbed... Name: ToolRunner.diff Type: application/octet-stream Size: 4710 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090716/cce84405/att...
2012 Jun 26
1
[LLVMdev] Error compiling llvm/clang with clang+libc++ with -std=cxx0x
...ing both -stdlib=libc++ and -std=cxx0x. I dont see them when I used just -stdlib=libc++ flag. Thanks, Ashok On 6/26/2012 1:30 AM, Dimitry Andric wrote: > On 2012-06-26 04:22, Ashok Nalkund wrote: > ... >>> /local/mnt/workspace/ashoknn/519_libcxx_transition/llvm/src/tools/bugpoint/ToolRunner.cpp:131:12: error: invalid operands to binary expression ('llvm::raw_ostream' and 'std::ostringstream' >>> (aka 'basic_ostringstream<char>')) >>> errs() << OS; >>> ~~~~~~ ^ ~~ >> > > Hi Ashok, please try ap...
2009 Jul 07
2
[LLVMdev] [PATCH] Fix for bugpoint -remote-client
Hello everyone, Please find the patch attached. This fixes the bugpoint -remote-client and adds a helper script for a remote run. -Viktor -------------- next part -------------- A non-text attachment was scrubbed... Name: ToolRunner.diff Type: application/octet-stream Size: 4210 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090707/ab4d4635/attachment.obj>
2009 Aug 18
0
[LLVMdev] Fail to build with msvc 9.0
D:\svn\llvm\tools\bugpoint\ToolRunner.cpp(612) : error C3861: 'strcasecmp': identifier not found D:\svn\llvm\tools\bugpoint\ToolRunner.cpp(614) : error C3861: 'strncasecmp': identifier not found Must because of delete #ifdef __APPLE__ -- 此致 礼 罗勇刚 Yours sincerely, Yonggang Luo
2005 Apr 10
1
[LLVMdev] sys::Program::ExecuteAndWait() caller problems
...east) llvm-ld.cpp and gccld.cpp > fail to do so, thereby effectively swallowing the first parameter. > This is the reason that -native-cbe has not working for some time - actually > I wonder why no other problems have been caused by this... Ok, yeah this did cause some problems with the ToolRunner.cpp file which I fixed quite a while ago. The problem was introduced due to some refactoring reid did with the program api's. Thanks for pointing this out! > Please revisit all callers of ExecuteAndWait(). The only one I'm not sure of is the llvmc usage of it in CompilerDriver.cp...
2009 Jul 08
0
[LLVMdev] [PATCH] Fix for bugpoint -remote-client
...uite makefile to make use of RemoteRunSafely.sh? Thanks, Evan On Jul 7, 2009, at 4:32 PM, Viktor Kutuzov wrote: > Hello everyone, > > Please find the patch attached. > This fixes the bugpoint -remote-client and adds a helper script for > a remote run. > > -Viktor > <ToolRunner.diff>_______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
2009 Jul 08
2
[LLVMdev] [PATCH] Fix for bugpoint -remote-client
...> > Evan > > On Jul 7, 2009, at 4:32 PM, Viktor Kutuzov wrote: > >> Hello everyone, >> >> Please find the patch attached. >> This fixes the bugpoint -remote-client and adds a helper script for >> a remote run. >> >> -Viktor >> <ToolRunner.diff>_______________________________________________ >> LLVM Developers mailing list >> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu >> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > > _______________________________________________ > LLVM Developers ma...
2009 Sep 01
0
[LLVMdev] spec tests + PWD=
I did make that change to support the following code in ToolRunner.cpp. I found that if I did not explicitly set PWD when invoking bugpoint, then it would not be in the environment. I'm not sure why PWD is not being inherited... perhaps some make weirdness... or bash??? and I don't know how it ever worked before my change. // Full path to the b...
2009 Jul 08
3
[LLVMdev] [PATCH] Fix for bugpoint -remote-client
...v wrote: >>> >>>> Hello everyone, >>>> >>>> Please find the patch attached. >>>> This fixes the bugpoint -remote-client and adds a helper script for >>>> a remote run. >>>> >>>> -Viktor >>>> <ToolRunner.diff>_______________________________________________ >>>> LLVM Developers mailing list >>>> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu >>>> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >>> >>> ________________________________...
2009 Jul 10
0
[LLVMdev] Heads up! Working on bugpoint
...achment was scrubbed... Name: makeAbsolute.patch Type: application/octet-stream Size: 2937 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090710/196e7251/attachment.obj> -------------- next part -------------- A non-text attachment was scrubbed... Name: ToolRunner.diff Type: application/octet-stream Size: 4218 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090710/196e7251/attachment-0001.obj>
2009 Jul 08
0
[LLVMdev] [PATCH] Fix for bugpoint -remote-client
...l 7, 2009, at 4:32 PM, Viktor Kutuzov wrote: >> >>> Hello everyone, >>> >>> Please find the patch attached. >>> This fixes the bugpoint -remote-client and adds a helper script for >>> a remote run. >>> >>> -Viktor >>> <ToolRunner.diff>_______________________________________________ >>> LLVM Developers mailing list >>> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu >>> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >> >> _______________________________________________ >...
2009 Aug 31
2
[LLVMdev] spec tests + PWD=
Hi David, It looks like you added the PWD= magic to Makefile.spec. It is preventing me from running bugpoint on the desktop, with errors like this: /Users/sabre/llvm/projects/llvm-test/External/SPEC/Sandbox.sh bugpoint- train Output/176.gcc.bugpoint-opt /Users/sabre/cvs/benchmarks/ speccpu2000/benchspec/CINT2000/176.gcc/data/train/input/ \
2009 Jul 10
4
[LLVMdev] Heads up! Working on bugpoint
...--------------- > > >> _______________________________________________ >> LLVM Developers mailing list >> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu >> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > < > makeAbsolute > .patch > ><ToolRunner.diff>_______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
2009 Jul 10
0
[LLVMdev] [PATCH] Fix for bugpoint -remote-client
...ne, >>>>> >>>>> Please find the patch attached. >>>>> This fixes the bugpoint -remote-client and adds a helper script >>>>> for >>>>> a remote run. >>>>> >>>>> -Viktor >>>>> <ToolRunner.diff>_______________________________________________ >>>>> LLVM Developers mailing list >>>>> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu >>>>> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >>>> >>>> ____________...