Displaying 20 results from an estimated 2000 matches similar to: "[LLVMdev] Many PPC64 failures with llvm 3.3"
2013 Aug 13
0
[LLVMdev] Many PPC64 failures with llvm 3.3
After some head scratching and debugging it turns out that disabling shared
libs fixes the problem. This might be related to
http://llvm.org/bugs/show_bug.cgi?id=13124 . It would be nice to get this
finally fixed otherwise cmake + shared libs is no go.
Thanks.
On Mon, Aug 5, 2013 at 11:54 AM, İsmail Dönmez <ismail at donmez.ws> wrote:
> Hi,
>
> I am building llvm 3.3 with cmake
2014 Jun 04
2
[LLVMdev] Lots of regtest failures on PPC64/Linux
missing-abstract-variable is a recent one I introduced - looking into it.
On Wed, Jun 4, 2014 at 2:39 AM, İsmail Dönmez <ismail at donmez.ws> wrote:
> Hi Hal,
>
> These tests failures go away when I disable static libs aka
> -DBUILD_SHARED_LIBS=OFF , with that only 2 regtest failures are left:
>
>
> [ 1314s] FAILED: cd /home/abuild/rpmbuild/BUILD/llvm/stage2/test
2013 Mar 11
0
[LLVMdev] YAML IO problems
I'm trying to parse a simple JSON file, and am having problems with using
YAMLIO. FWIW, I see the unit test YAMLIOTest.cpp is disabled with a #if 0.
Anyway, the JSON file yaml.json contains:
{
"bool_test": true,
"directory": ".",
"suffix": "_test",
"int_test": 4
}
The test program when run shows:
YAML:5:15: error: invalid
2014 May 09
2
[LLVMdev] Build failure with libcxx
Hi,
Recently my libcxx enabled llvm/clang builds has started to fail in stage2.
I must admit I am stomped because I cannot make sense of the error:
[ 723s] FAILED: /home/abuild/rpmbuild/BUILD/llvm/stage1/bin/clang++
-DLLVMSupport_EXPORTS -DNDEBUG -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS
-D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -stdlib=libc++ -fPIC
-fvisibility-inlines-hidden -Wall -W
2014 May 12
2
[LLVMdev] Build failure with libcxx
Ok looks like r207606 regressed this. CC'ing Niko.
Niko, please see the messages below. This is on openSUSE 13.1 both on i586
and x86-64. Reverting r207606 fixes the second stage bootstrap.
On Sun, May 11, 2014 at 10:19 PM, İsmail Dönmez <ismail at donmez.ws> wrote:
> I did a diff -u broken.ii working.ii and the difference explains the
> problem:
>
> @@ -36617,7 +36628,7
2014 May 12
2
[LLVMdev] Lots of regtest failures on PPC64/Linux
----- Original Message -----
> From: "İsmail Dönmez" <ismail at donmez.ws>
> To: "Hal Finkel" <hfinkel at anl.gov>
> Cc: "LLVM Developers Mailing List" <llvmdev at cs.uiuc.edu>
> Sent: Monday, May 12, 2014 7:18:48 AM
> Subject: Re: Lots of regtest failures on PPC64/Linux
>
>
> Hi Hal,
>
>
>
>
>
> On
2012 Jul 25
1
[LLVMdev] [RFC] YAML I/O
I've been working on reading and writing yaml encoded documents for the lld project. Michael Spencer added the YAMLParser.h functionality to llvm/Support to help in parsing yaml documents. That parser greatly helps at the syntax level, but you still need to hand write a lot of semantic checking and then convert the various node types in to something usable.
I've developed a layer on
2014 Aug 23
3
[LLVMdev] [3.5 Release] Release Candidate 3 Now Available - CMake build error
> Run it through its phases and report any bugs you find!
[ 1495s] CMake Warning (dev) at projects/dragonegg/CMakeLists.txt:34 (get_target_property):
[ 1495s] Policy CMP0026 is not set: Disallow use of the LOCATION target property.
[ 1495s] Run "cmake --help-policy CMP0026" for policy details. Use the cmake_policy
[ 1495s] command to set the policy and suppress this warning.
[
2013 Nov 21
2
[LLVMdev] [3.4 branch] SystemZ regressions
Hi,
Using openSUSE 13.1 on s390x machine I get two new regressions with llvm
3.4rc1:
[ 1412s]
/home/abuild/rpmbuild/BUILD/llvm/unittests/ADT/BitVectorTest.cpp:39: Failure
[ 1412s] Value of: Vec.count()
[ 1412s] Actual: 1
[ 1412s] Expected: 5U
[ 1412s] Which is: 5
[ 1412s]
/home/abuild/rpmbuild/BUILD/llvm/unittests/ADT/BitVectorTest.cpp:42: Failure
[ 1412s] Value of: Vec.all()
[ 1412s]
2013 Nov 21
0
[LLVMdev] [3.4 branch] SystemZ regressions
İsmail Dönmez <ismail at donmez.ws> writes:
> Using openSUSE 13.1 on s390x machine I get two new regressions with llvm
> 3.4rc1:
Hmm, I don't see this locally. Just to rule out one possibility,
which compiler are you using to build? Do you see the same thing
with a -O0 build?
Thanks,
Richard
> [ 1412s]
>
2013 Aug 29
2
[LLVMdev] [PATCH] cmake: BugpointPasses depends on intrinsics_gen
Fixes:
[ 0%] In file included from /home/abuild/rpmbuild/BUILD/llvm/include/llvm/IR/IntrinsicInst.h:30:0,
from /home/abuild/rpmbuild/BUILD/llvm/include/llvm/InstVisitor.h:16,
from /home/abuild/rpmbuild/BUILD/llvm/tools/bugpoint-passes/TestPasses.cpp:19:
/home/abuild/rpmbuild/BUILD/llvm/include/llvm/IR/Intrinsics.h:41:34: fatal error: llvm/IR/Intrinsics.gen: No
2013 Aug 29
0
[LLVMdev] [PATCH] cmake: BugpointPasses depends on intrinsics_gen
Johannes Obermayr <johannesobermayr at gmx.de> writes:
> Fixes:
> [ 0%] In file included from /home/abuild/rpmbuild/BUILD/llvm/include/llvm/IR/IntrinsicInst.h:30:0,
> from /home/abuild/rpmbuild/BUILD/llvm/include/llvm/InstVisitor.h:16,
> from /home/abuild/rpmbuild/BUILD/llvm/tools/bugpoint-passes/TestPasses.cpp:19:
>
2023 Oct 22
0
Crosscompilation support status?
Hello,
I see that in 6.04-pre3 there is some support for host and target gcc.
However, build always fails when using a cross-compiler:
[ 89s] + make CC=x86_64-suse-linux-gcc CC_FOR_BUILD=gcc
...
[ 401s] objcopy --strip-debug --strip-unneeded libutil.elf libutil.c32
[ 401s] x86_64-suse-linux-gcc
-I/home/abuild/rpmbuild/BUILD/syslinux-6.04~pre3+git3.05ac953c/com32/libutil/include
-W -Wall -O
2012 Apr 17
2
[LLVMdev] compiler_rt fails to build in release_31 branch
Hi;
This is on Linux/x86-64, I get this at stage1:
make[2]: Entering directory
`/home/abuild/rpmbuild/BUILD/llvm/stage1/projects/compiler_rt'
Makefile:6: make/config.mk: No such file or directory
Makefile:7: make/util.mk: No such file or directory
Makefile:16: *** Refusing to build with empty ProjObjRoot variable. Stop.
make[2]: Leaving directory
2019 Mar 20
2
build problem with 4.10.0
Hi
I want to build samba-4.10.0 for SUSE openLeap 15.1. Config and make
works fine but make install sucks:
./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc
--libdir=/usr/lib64 --libexecdir=/usr/lib64
--with-cachedir=/var/lib/samba --with-lockdir=/var/lib/samba/lock
--with-logfilebase=/var/log/samba --with-modulesdir=/usr/lib64/samba
--disable-rpath --disable-rpath-install
2012 Apr 24
0
[LLVMdev] compiler_rt fails to build in release_31 branch
ping? Still fails on 3.1 branch.
On Tue, Apr 17, 2012 at 5:35 PM, İsmail Dönmez <ismail at namtrac.org> wrote:
>
> Hi;
>
> This is on Linux/x86-64, I get this at stage1:
>
> make[2]: Entering directory `/home/abuild/rpmbuild/BUILD/llvm/stage1/projects/compiler_rt'
> Makefile:6: make/config.mk: No such file or directory
> Makefile:7: make/util.mk: No such file or
2013 Nov 19
2
[LLVMdev] [3.4 branch] PPC64 regressions
Hi,
Its that time of the year again. Here is the results on openSUSE 13.1
PPC64.
Total of 3 failures which seems to be due the same problem (the value in
brackets is the time counter from the build system):
[ 3468s]
/home/abuild/rpmbuild/BUILD/llvm/test/CodeGen/PowerPC/ppc32-vacopy.ll:21:10:
error: expected string not found in input
[ 3468s] ; CHECK: lwz [[REG3:[0-9]+]], {{.*}}
[ 3468s]
2013 Nov 19
0
[LLVMdev] [3.4 branch] PPC64 regressions
İsmai,
Thanks for testing these. Can you please file a bug report (and CC me on it), and attach the full output of these failing tests? (When the test fails you should see the full command -- rerun it without piping the output into FileCheck).
Thanks again,
Hal
----- Original Message -----
> From: "İsmail Dönmez" <ismail at donmez.ws>
> To: "LLVM Developers Mailing
2013 Nov 05
3
Building libvirt for ARM tizen.
Hi there!
I'm building libvirt-1.1.4 on Tizen. I had to modify the spec file:
1. Comment out requirements: xhtml1, scrub, shadow-utils
2. Added defines:
%define _without_selinux 1
%define _without_hal 1
%define _without_libnl 1
%define _without_macvtap 1
%define _without_storage_fs 1
%define _without_network 1
%define _without_sasl 1
%define _without_qemu 1
%define
2008 Apr 24
2
Kickstart network settings problem -SOLVED
Ray Van Dolson wrote:
> On Tue, Apr 22, 2008 at 12:47:39PM +0100, Plant, Dean wrote:
>> I would like one of my kickstart scripts to prompt for disk and
>> networking only. Commenting out the disk and network settings makes
>> the installer prompt for disk settings but not for network settings,
>> they default to DHCP. Any idea's how to fix this?
>
> I'm