Displaying 20 results from an estimated 100 matches for "rbc".
Did you mean:
abc
2004 Nov 17
2
[LLVMdev] llvm-test portability failures
...-I/usr/home/llvm/include -D_GNU_SOURCE -D__STDC_LIMIT_MACROS -O2 -Wall -S /usr/home/llvm/obj/projects/llvm-test/../../../projects/llvm-test/MultiSource/Benchmarks/Prolangs-C++/city/vehicle.cpp -o Output/vehicle.ll
/usr/home/llvm/obj/tools/Debug/gccas -disable-opt Output/vehicle.ll -o Output/vehicle.rbc
/usr/home/llvm/obj/tools/Debug/gccld -link-as-library -disable-opt Output/check_functions.rbc Output/direction.rbc Output/intersection.rbc Output/light.rbc Output/main.rbc Output/roadlet.rbc Output/vehicle.rbc -o Output/city.linked.rbc
/usr/home/llvm/obj/tools/Debug/llvm-dis Output/city.linked.rbc...
2012 Aug 02
0
[LLVMdev] Problem to generate an executable file of 403.gcc (SPEC2006)
Dear llvmers,
I decided to write my own scripts to compile the SPEC programs, and
they work fine, except with 403.gcc.
Basically, I take the file 403.gcc.linked.rbc from the ...\Output
folder that the LLVM test suite produces. Then I use this linked.rbc
file to generate an executable file via the following commands:
llc 403.gcc.linked.rbc -o 403.gcc.linked.s
clang 403.gcc.linked.s -o 403.gcc.linked.exe
This works with all the other programs in SPEC2006, but...
2010 Dec 06
1
Internal Error form delivery from LDAP lookup.
..._limit = 1
dovecot_destination_concurrency_limit=300
master.cf:
dovecot unix - n n - 70 pipe
flags=DRhu user=dovecot:dovecot argv=/usr/local/libexec/dovecot/deliver -f
${sender} -d ${recipient}
Errors look something like:
example.com
Dec 06 08:46:25 deliver(rbc-005 at example.com): Info:
msgid=<A22A602A940A45A49EA2C4CC53D27655 at UQC.local>: saved mail to INBOX
Dec 06 08:46:25 deliver(rbc-002 at example.com): Info:
msgid=<A22A602A940A45A49EA2C4CC53D27655 at UQC.local>: saved mail to INBOX
Dec 06 08:46:28 deliver(rbc-004 at example.com): Er...
2004 Nov 17
0
[LLVMdev] llvm-test portability failures
...r/home/llvm/include -D_GNU_SOURCE -D__STDC_LIMIT_MACROS -O2 -Wall -S /usr/home/llvm/obj/projects/llvm-test/../../../projects/llvm-test/MultiSource/Benchmarks/Prolangs-C++/city/vehicle.cpp -o Output/vehicle.ll
> /usr/home/llvm/obj/tools/Debug/gccas -disable-opt Output/vehicle.ll -o Output/vehicle.rbc
> /usr/home/llvm/obj/tools/Debug/gccld -link-as-library -disable-opt Output/check_functions.rbc Output/direction.rbc Output/intersection.rbc Output/light.rbc Output/main.rbc Output/roadlet.rbc Output/vehicle.rbc -o Output/city.linked.rbc
> /usr/home/llvm/obj/tools/Debug/llvm-dis Output/city.l...
2004 Nov 17
0
[LLVMdev] llvm-test portability failures
Ignore the missing malloc.h errors. I screwed up badly. I was undoing my alloca.h hack and removed the wrong file.
On Tue, 16 Nov 2004 23:29:43 -0800
Jeff Cohen <jeffc at jolt-lang.org> wrote:
> After going through 17000+ lines of output, I come up with the following...
>
> ===========================================
>
> In file included from
2007 May 04
2
[LLVMdev] llvm-test make problems
...st suite using debian linux and make
3.81. it works fine on my laptop, running openSuse and make 3.81.
i already tried to install make 3.75 and 3.79, both did not work.
the error message is:
make[1]: *** No rule to make target `Output/sse.expantfft.bc', needed by
`Output/sse.expandfft.linked.rbc'. Stop.
using make -p, i see that Makefile.singlesrc has the following pattern
rule, but it does not match for some reason!
Output/%.linked.rbc: Output/%.bc
-cp -f $< $@
i played a little with the makefile and found that this rule matches,
when i add it to Makefile.singlesrc:...
2014 Jul 15
1
No glusterfs-server available. on CentOS 7
[root at icehouse1 ~(keystone_admin)]# yum install glusterfs glusterfs-server glusterfs-fuseLoaded plugins: fastestmirror, langpacks, prioritiesLoading mirror speeds from cached hostfile * base: centos-mirror.rbc.ru * epel: mirror.logol.ru * extras: centos-mirror.rbc.ru * updates: centos-mirror.rbc.ru16 packages excluded due to repository priority protectionsPackage glusterfs-3.4.0.59rhs-1.el7.centos.x86_64 already installed and latest versionNo package glusterfs-server available.Package glusterfs-fuse-3.4....
2004 Nov 17
2
[LLVMdev] llvm-test portability failures
After going through 17000+ lines of output, I come up with the following...
===========================================
In file included from /usr/home/llvm/obj/projects/llvm-test/../../../projects/llvm-test/MultiSource/Applications/hexxagon/hexxagonmove.cpp:26:
/usr/include/sys/timeb.h:43: error: `time_t' does not name a type
2010 Jan 05
1
[LLVMdev] [PATCH] test-suite/libcalls: unbreak build
....Makefile
===================================================================
--- TEST.libcalls.Makefile (revision 92512)
+++ TEST.libcalls.Makefile (working copy)
@@ -21,12 +21,11 @@
@cat $<
$(PROGRAMS_TO_TEST:%=Output/%.$(TEST).report.txt): \
-Output/%.$(TEST).report.txt: Output/%.linked.rbc $(LOPT) \
+Output/%.$(TEST).report.txt: Output/%.linked.rbc $(LOPT)
$(VERB) $(RM) -f $@
@echo "---------------------------------------------------------------" >> $@
@echo ">>> ========= '$(RELDIR)/$*' Program" >> $@
@echo "-------------...
2002 Dec 08
1
[LLVMdev] Problems with Olden
I've also been trying to compile the Olden benchmarks in
/test/Programs/MultiSource/Olden-* but to no effect.
I just did a full CVS update -d on the llvm tree but when I try compiling
say Olden-bh I get this error:
gmake: *** No rule to make target `Output/args.rbc', needed by
`Output/bh.linked.rbc'. Stop.
We've also tried downloading the Olden benchmarks directly from the URL
but those don't seems to compile either.
Wojciech
2004 Apr 01
2
[LLVMdev] spec95
...t/Programs/External/SPEC
----
make[1]: Entering directory
`/home/llvm/llvm/test/Programs/External/SPEC/CINT95'
make[2]: Entering directory
`/home/llvm/llvm/test/Programs/External/SPEC/CINT95/099.go'
/home/llvm/llvm/tools/Debug/gccld -link-as-library -disable-opt -o
Output/099.go.linked.rbc
Not enough positional command line arguments specified!
Must specify at least 1 positional arguments: See:
/home/llvm/llvm/tools/Debug/gccld --help
make[2]: *** [Output/099.go.linked.rbc] Error 1
make[2]: Leaving directory
`/home/llvm/llvm/test/Programs/External/SPEC/CINT95/099.go'
make[1]: *...
2011 May 23
2
[LLVMdev] Debug llc crash using bugpoint
...un(llvm::Module&)
+ 33
15 llc 0x00000000009dfc6b main + 2201
16 libc.so.6 0x0000003255a1d994 __libc_start_main + 244
17 llc 0x00000000009de5c9
Stack dump:
0. Program arguments:
/localhome/aggarwa4/llvm29/llvm-obj/Debug+Asserts/bin/llc
Output/253.perlbmk.linked.rbc
1. Running pass 'Function Pass Manager' on module
'Output/253.perlbmk.linked.rbc'.
Thanks,
Arushi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110523/783606e4/attachment.html>
2009 Dec 12
4
[LLVMdev] Problem running 2.6 test-suite on cygwin
...projects/thesis/llvm-suite-2.6/llvm-2.6/projects/test-suite/SingleSource/UnitTests/Vector'
make[4]: Entering directory
`/cygdrive/c/projects/thesis/llvm-suite-2.6/llvm-2.6/projects/test-suite/SingleSource/UnitTests/Vector/SSE'
make[4]: *** No rule to make target `Output/sse.expandfft.linked.rbc',
needed by `Output/sse.expandfft.linked.bc'. Stop.
make[4]: Leaving directory
`/cygdrive/c/projects/thesis/llvm-suite-2.6/llvm-2.6/projects/test-suite/SingleSource/UnitTests/Vector/SSE'
make[3]: *** [all] Error 1
make[3]: Leaving directory
`/cygdrive/c/projects/thesis/llvm-suite-2.6/l...
2013 Oct 29
1
[LLVMdev] Non-deterministic behavior when using LoopInfo pass in LLVM
...e is the output (a similar variation occurs when I run my pass
without -mem2reg, -instnamer, and -break-crit-edges):
raphael at ubuntu:~/llvm-3.3/projects/test-suite/SingleSource/Benchmarks/Stanford/Output$
opt -mem2reg -instnamer -break-crit-edges -load MyModule.so -my-counter
-stats Oscar.linked.rbc -f >/dev/null
===-------------------------------------------------------------------------===
... Statistics Collected ...
===-------------------------------------------------------------------------===
12 NaturalLoopAnalysis - Number of Loop Headers
8 break-crit-edge...
2009 Dec 13
3
[LLVMdev] Problem running 2.6 test-suite on cygwin
...xe
LLVMCC1 := /usr/local/libexec/gcc/i686-pc-cygwin/4.2.1/cc1.exe
LLVMCC1PLUS := /usr/local/libexec/gcc/i686-pc-cygwin/4.2.1/cc1plus.exe
LLVMGCC_VERSION := 4.2.1
LLVMGCC_MAJVERS := 4
LLVMGCC_LANGS := c,c++
It looks to me that this:
make[4]: *** No rule to make target `Output/sse.expandfft.linked.rbc',
needed by `Output/sse.expandfft.linked.bc'. Stop.
means that make is trying to build this (from Makefile.programs):
# Given an unoptimized bytecode file that is a simple linkage of all
# the program's bytecode files, optimize the program using the
# standard compilation optimizatio...
2006 Aug 09
0
[LLVMdev] compiling SPEC suite using f95
...to solve this problem myself.... The problem was not
correctly specifiying the SPEC CPU2000 source directory. configure
says the dir was found, but that doesn't mean the sources will be found.
For future reference:
When you get the error:
make[2]: *** No rule to make target `Output/accum.rbc', needed by
`Output/177.mesa.linked.rbc'. Stop.
You've probably configured using
--with-spec2000=/dir/to/spec/sources
What you should do is:
--with-spec2000=/dir/to/spec/sources/benchspec
Maybe the configure script could be aware of this?
greetings,
Kenneth
--
Statistics ar...
2007 May 04
0
[LLVMdev] llvm-test make problems
...make
>3.81. it works fine on my laptop, running openSuse and make 3.81.
>
>i already tried to install make 3.75 and 3.79, both did not work.
>
>the error message is:
>
>make[1]: *** No rule to make target `Output/sse.expantfft.bc', needed by
>`Output/sse.expandfft.linked.rbc'. Stop.
Have you modified the makefile in any way? Note that sse.expantfft.bc should be sse.expandfft.bc
>
>
>using make -p, i see that Makefile.singlesrc has the following pattern
>rule, but it does not match for some reason!
>
>Output/%.linked.rbc: Output/%.bc
>...
2009 Aug 18
1
prepending /cygdrive/c/ to source line
Hello, either cygwin or rsync (version 3.0.6) is prepending /cygwin/c/ to the
source path from the command line.
C:\CMS\PageGenerator>rsync -avc --delete -vvv --protocol=20 -e "ssh.exe -i
C:\cm
s\PageGenerator\qa_rsa"
\\cagecfsu1.saifg.rbc.com\YCM0\InternalCache\test_aug17/
nasadmin at 10.243.101.218:/cygdrive/g/EWCMS_SYNC/test_aug17/
cmd=ssh.exe -i C:\cms\PageGenerator\qa_rsa machine=10.243.101.218
user=nasadmin
path=/cygdrive/g/EWCMS_SYNC/test_aug17/
cmd[0]=ssh.exe cmd[1]=-i cmd[2]=C:\cms\PageGenerator\qa_rsa cmd[3]=-l
cmd[4]=nas...
2010 Jan 05
2
[LLVMdev] libcalls test fails to run
This is what I get while trying to run 'make TEST=libcalls' in the top dir of
test-suite:
make[1]: Entering directory `/home/gregory/thesis/llvm/projects/test-suite/SingleSource'
make[2]: Entering directory `/home/gregory/thesis/llvm/projects/test-suite/SingleSource/UnitTests'
make[3]: Entering directory
2011 May 23
0
[LLVMdev] Debug llc crash using bugpoint
...3
> 15 llc 0x00000000009dfc6b main + 2201
> 16 libc.so.6 0x0000003255a1d994 __libc_start_main + 244
> 17 llc 0x00000000009de5c9
> Stack dump:
> 0. Program arguments: /localhome/aggarwa4/llvm29/llvm-obj/Debug+Asserts/bin/llc Output/253.perlbmk.linked.rbc
> 1. Running pass 'Function Pass Manager' on module 'Output/253.perlbmk.linked.rbc'.
>
> Thanks,
> Arushi
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://...