Displaying 20 results from an estimated 54 matches for "build2".
Did you mean:
build
2006 Apr 26
1
[LLVMdev] LLC fail without gccld optimization on spec2000 int benchmarks
...e I can not
control the optimization passes that gcc will put on the generated c code.
I am wondering if this problem is a llc bug or some implicit rules. I really
appreciate if it is solved.
Thanks,
Jing
==============error messages for vortex:=================
/home/snir/jingyu/resources/llvm/build2/Debug/bin/gccas
Output/255.vortex.linked.rll -o Output/255.vortex.linked.bc
/home/snir/jingyu/resources/llvm/build2/Debug/bin/gccld
-L/home/snir/jingyu/resources/llvm/cfrontend/x86/llvm-gcc/bin/../lib/gcc/i686-pc-linux-gnu/3.4-llvm
-L/home/snir/jingyu/resources/llvm/cfrontend/x86/llvm-gcc/bin/../li...
2008 Mar 05
2
[LLVMdev] Error messages in llvm-test
...make[3]: *** [Output/build.cbe.c] Aborted (core dumped)
gcc-4.2 -m32 Output/build.cbe.c -o Output/build.cbe -Wl,-melf_i386
-Wl,-melf_i386 -O3 -fno-strict-aliasing -fno-inline
gcc-4.2: Output/build.cbe.c: No such file or directory
make[3]: [Output/build.cbe] Error 1 (ignored)
gcc-4.2 -m32 Output/build2.cbe.c -o Output/build2.cbe -Wl,-melf_i386
-Wl,-melf_i386 -O3 -fno-strict-aliasing -fno-inline
Output/build2.cbe.c:113: warning: conflicting types for built-in
function 'malloc'
Output/build2.cbe.c: In function 'main':
Output/build2.cbe.c:181: error: expected expression before ...
2012 Apr 14
1
[LLVMdev] Running test suite with LNT failed
...ar, the test.log file should give some
> clues as to what went wrong.
Thanks for the tip, Daniel.
I realize lnt will search for release build not debug build binary. But I
still cannot run lnt without problem. Here is the snip of test.log.
---
../llvm-3.0.obj/Release/bin/clang++ -o Output/build2.simple Output/build2.llvm.o
make[4]: ../llvm-3.0.obj/Release/bin/clang++: Command not found
make[4]: [Output/build2.simple] Error 127 (ignored)
/nfs_home/chenwj/llvm-3.1/test-suite-3.0.src/RunSafely.sh 500 0 /dev/null Output/build2.out-simple Output/build2.simple
......
/nfs_home/chenwj/llvm-3...
2013 Jan 04
0
[LLVMdev] Help with linking llvm 3.2 into an .so
...ocation R_X86_64_PC32 against `llvm::Use::set(llvm::Value*)' can not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: final link failed: Bad value
Does anyone have an idea what the issue might be?
// make command line for BitCodeReader.o
if g++ -I/home/damien/llvm32/build2/include -I/home/damien/llvm32/build2/lib/Bitcode/Reader -I/home/damien/llvm32/llvm-3.2.src/include -I/home/damien/llvm32/llvm-3.2.src/lib/Bitcode/Reader -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -fvisibility-inlines-hidden...
2013 Jan 04
0
[LLVMdev] Help with linking llvm 3.2 into an .so
...location R_X86_64_PC32 against `llvm::Use::set(llvm::Value*)' can not be used when making a shared object; recompile with -fPIC
/usr/bin/ld: final link failed: Bad value
Does anyone have an idea what the issue might be?
// make command line for BitCodeReader.o
if g++ -I/home/damien/llvm32/build2/include -I/home/damien/llvm32/build2/lib/Bitcode/Reader -I/home/damien/llvm32/llvm-3.2.src/include -I/home/damien/llvm32/llvm-3.2.src/lib/Bitcode/Reader -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -O3 -fomit-frame-pointer -fvisibility-inlines-hidden...
2020 Apr 11
2
using the bat script build_llvm_package.bat on windows
where should the file build_llvm_package.bat be placed and how should
the build_llvm_package.bat be called?
or
is there a another way to do a two stage build of the llvm project on
windows starting with using visual studio 2017 community.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2012 Apr 13
0
[LLVMdev] Running test suite with LNT failed
On Wed, Apr 11, 2012 at 7:59 PM, 陳韋任 <chenwj at iis.sinica.edu.tw> wrote:
> Hi all,
>
> I am running LNT with LLVM/Clang 3.0 Release binary and test suite, here is my
> flow (most of them are the same as http://llvm.org/docs/lnt/quickstart.html).
>
> ---
> $ svn co http://llvm.org/svn/llvm-project/lnt/trunk ~/lnt
> $ ~/mysandbox/bin/python ~/lnt/setup.py develop
>
2012 Apr 12
2
[LLVMdev] Running test suite with LNT failed
Hi all,
I am running LNT with LLVM/Clang 3.0 Release binary and test suite, here is my
flow (most of them are the same as http://llvm.org/docs/lnt/quickstart.html).
---
$ svn co http://llvm.org/svn/llvm-project/lnt/trunk ~/lnt
$ ~/mysandbox/bin/python ~/lnt/setup.py develop
$ cd mysandbox; source bin/activate
$ $ lnt runtest nt \
--sandbox SANDBOX \
--cc
2013 May 10
0
[LLVMdev] Help on making doxygen document
...script is the following:
../llvm-3.2/configure --prefix=/home/me/mywork/sca/llvm/llvm-install2
--enable-targets=host-only --enable-debug-runtime --enable-assertions
--enable-doxygen --disable-optimized
--with-llvmsrc=/home/me/mywork/sca/llvm/llvm-3.2
--with-llvmobj=/home/me/mywork/sca/llvm/llvm-build2 >configure.log
2>configure.errors
There is no reporting error in configure.
I make LLVM under my build directory using the following command:
make >make.log 2>make.errors
There is no error reported in the end but a warning is reported:
/home/me/mywork/sca/llvm/llvm-3.2/...
2006 Nov 08
0
[LLVMdev] 1.9 Next Steps
...pport inline asm (bzero lowering)
jit /MultiSource/Benchmarks/Prolangs-C/allroots/allroots
llc /MultiSource/Benchmarks/Prolangs-C/allroots/allroots
^^ no idea
llc /SingleSource/UnitTests/Vector/SSE/sse.stepfft
jit /SingleSource/UnitTests/Vector/SSE/sse.stepfft
llc /SingleSource/UnitTests/Vector/build2
jit /SingleSource/UnitTests/Vector/build2
cbe /SingleSource/UnitTests/Vector/build2
llc /SingleSource/UnitTests/Vector/build
jit /SingleSource/UnitTests/Vector/build
cbe /SingleSource/UnitTests/Vector/build
cbe /SingleSource/UnitTests/Vector/divides
llc /SingleSource/UnitTests/Vector/multiplies
jit...
2013 Oct 29
2
creating an ubuntu package of version 4.1.0
...configuration from a previous version. I created
a quilt-patch (attached to this email) that sets the DISABLE_NTDB var
again, to solve dependency problems.
It's compiling nicely now, but I still get this linker-error:
default/source3/lib/util_58.o: In function `str_checksum':
/home/nils/build2/samba4/bin/../source3/lib/util.c:1310: undefined
reference to `hash_any'
Did this happen to anybody before? Did anybody already succeed in
building a ubuntu- or debian-package of samba 4.1.0?
Nice regards, bbb
-------------- next part --------------
Index: samba4/wscript
=================...
2020 Aug 07
2
User mapping?
I have a network with a Samba server (Samba 4, but running as an old
NT-style domain), Windows and Linux clients.
The Windows clients need to be able to read and write to filesystems on
the Linux client. Also, other Linux machines need to write (via NFS) to
the same directories on the Linux client as the Windows clients.
This was all working with with a Linux client running (I am ashamed to
say)
2006 Nov 08
6
[LLVMdev] 1.9 Next Steps
I created the 1.9 release branch last night. As a reminder, please do not
check in any code changes to the release branch. Please send me email if
you have changes that need to be merged into the release branch.
To check out the release branch:
cvs -d <CVS Repository> co -r release_19 llvm
cvs -d <CVS Repository> co -r release_19 llvm-test
cvs -d <CVS Repository> co -r
2020 Aug 07
2
User mapping?
...th1
local master = no
os level = 20
preferred master = no
wins support = no
load printers = no
cups options = raw
[printers]
comment = All Printers
path = /var/spool/samba
browseable = no
guest ok = no
writable = no
printable = yes
[build2]
comment = build2 on Turquoise
path = /export/build
browseable = yes
writeable = yes
guest ok = yes
[install]
comment = install on Turquoise
path = /mnt/newbuild2/install
browseable = yes
writeable = yes
guest ok = yes
[squish]
comment = squish...
2023 Mar 28
1
[External] subfolders in the R folder
...unix/a.R
R/windows/a.R
R/a.R
becomes:
R/00__unix__a.R
R/00__windows__a.R
R/a.R
? Maybe that would be sufficient for most use cases. The only thing
I can imagine is that source file references (e.g. in check NOTEs)
will be toward the latter and not the former.
Of course, one could write a 'build2' shell script locally that wraps
all this internally, so that one can call 'R CMD build2 mypkg', which
then creates a flattened copy of the package folder, and runs 'R CMD
build' on that. Prototyping that could be a good start to see what
such a solution will bring and what it b...
2009 Jun 29
1
Linux Installation Version
Hello,
I would like to download the correct R program RMP for my linux
distribution, but I am not sure which one I need.
The results of a "cat /proc/version" is:
Linux version 2.6.23-9.ydl6.1 (root at build2.terraplex.com) (gcc version 4.1.1
20070105 (Red Hat 4.1.1-52.ydl.1)) #1 SMP Sat Jan 26 20:16:15 EST 2008
The results of a "uname -a" is:
Linux localhost.localdomain 2.6.23-9.ydl6.1 #1 SMP Sat Jan 26 20:16:15 EST
2008 ppc64 ppc64 ppc64 GNU/Linux
I see that I need one of the redhat dist...
2004 Oct 26
1
[LLVMdev] dist-check implemented
...t;make uninstall", and "make dist" on the code built from
the unpacked source. This ensures utility of the distribution (install) as
well as providing closure (the distribution can create a distribution of
itself)
If all that succeeds, you'll see:
===== /proj/work/llvm/build2/LLVM-1.4.tar.gz Ready For Distribution =====
A few things to note:
* "make dist-check" can only be run from the BUILD_OBJ_ROOT directory. If you
try it somewhere else, you'll be politely told you're off your rocker
* "make dist-check" can only be run when BUILD_OBJ_...
2023 Mar 28
1
[External] subfolders in the R folder
The "good reason" is all the tooling in R doesn't work with subfolders and
would have to be rewritten. All the package check and build stuff. And
that's assuming you don't want to change the basic flat package structure -
for example to allow something like `library(foo)` to attach a package and
`library(foo.bar)` to attach some subset of package `foo`. That would
require
2007 Jan 11
3
[LLVMdev] Ada support for llvm-gcc4
...patches make the adjustments needed to get the 4.3 Ada
front-end working with the 4.0 infrastructure and with LLVM.
6-build.diff
Ada Makefile fixes.
7-vec.diff
Ada fixes due to VEC changes.
8-langhooks.diff
Ada fixes due to langhook changes.
9-misc.diff
Grab-bag of small Ada fixes.
10-fold_build2.diff
Convert fold_build2 to fold+build2.
11-tree_invariant.diff
Backport recompute_tree_invariant_for_addr_expr from 4.3.
12-optimize.diff
The Ada front-end makes use of the optimization level (-O1 etc),
however the level is not available in gcc-llvm4. Pretend the optimization
level is 2, unt...
2014 Sep 17
0
getent group empty response for multiple domain configuration when one domain controller is down
..." returns empty. My samba version is "3.6.22". I have added my
smb.conf I couldn't find any parameters affecting this problem. Am I
missing something in smb.conf? Or is there a workaround to solve this
problem?
smb.conf
-------------------------------
[global]
netbios name = BUILD2
realm = DOMAIN.COM
workgroup = DOMAIN
security = ads
encrypt passwords = yes
password server = 10.0.0.59
log level = 1
log file = /var/log/samba.log
ldap ssl = no
idmap uid = 10000-20000
idmap gid = 10000-20000
winbind separator = /
winbind enum users = yes
w...