Displaying 20 results from an estimated 30000 matches similar to: "[LLVMdev] make check hanging in hello.c?"
2009 Jun 06
0
[LLVMdev] make check hanging in hello.c?
Hi Jay,
Jay Foad <jay.foad <at> gmail.com> writes:
>
> On an ENABLE_OPTIMIZED=1 build, "make check" hangs for me here:
>
> Running /home/foad/svn/llvm-project/llvm/trunk/test/LLVMC/llvmc.exp ...
Couldn't reproduce this on my machine.
2014 Dec 22
2
[LLVMdev] non-x86 sanitizer buildbots: no rule to make target check-lsan etc.
How about tweaking the compiler-rt cmakefiles so that if lsan is not
supported, the target check-lsan still exists but does nothing? I've
attached a patch that does this. (I don't know much about cmake so
there might be a better way of doing it.)
Alternatively, can I change the zorg build script so that "run
sanitizer tests in gcc build" doesn't try to run check-lsan etc
2009 May 29
2
[LLVMdev] make TEST=ipodbgopt in sqlite3: problem with TCLSH
On Linux, when I run "make TEST=ipodbgopt" in
MultiSource/Applications/sqlite3 I get:
make[4]: Entering directory
`/home/foad/llvm/poo/build/test-suite/MultiSource/Applications/sqlite3'
Compiling shell.c to Output/shell.bc
/home/foad/svn/llvm-project/test-suite/trunk/MultiSource/Applications/sqlite3/speedtest.tcl
make[4]: execvp:
2012 May 04
1
[LLVMdev] llvm-gcc bugs
Hi Jay, they all seem to work with dragonegg, so I closed them.
Ciao, Duncan.
On 04/05/12 13:37, Jay Foad wrote:
> On 1 May 2012 12:34, Jay Foad<jay.foad at gmail.com> wrote:
>> The following bugs look like they only relate to llvm-gcc. Can they be
>> closed, as llvm-gcc is no longer supported?
>
> Also:
>
> http://llvm.org/bugs/show_bug.cgi?id=1375
>
2011 Jun 15
0
[LLVMdev] nightly test suite failure: ms_struct-bitfield-init-1.c
On 6 May 2011 09:29, Jay Foad <jay.foad at gmail.com> wrote:
> I've just tried to run the test-suite, for the first time in ages. It
> stops rather abruptly with:
>
> $ make TEST=nightly report report.html
>
> /home/jay/llvm/local/bin/llvm-gcc
> -I/home/jay/llvm/gitobjdir/projects/test-suite/SingleSource/UnitTests
>
2015 Nov 23
2
asan for allocas on powerpc64
In LowerGET_DYNAMIC_AREA_OFFSET() you're
calling MFI->getMaxCallFrameSize(), but it looks like that doesn't return
useful information until after the
PrologEpilogInserter's PEI::calculateCallsInformation() has run.
So maybe the lowering has to be done as part of frame index elimination?
(I'm not too familiar with this code.)
Jay.
On 23 November 2015 at 13:07, Jay Foad
2010 Nov 11
2
[LLVMdev] problem with __thread on linux/x86_64
On 11 November 2010 12:49, Jay Foad <jay.foad at gmail.com> wrote:
> Delving a bit deeper, the difference seems to be that symbol "i" in
> the assembler source:
>
> .type i, at object # @i
> .section .tdata,"awT", at progbits
> .globl i
> .align 4
> i:
> .long 7
2014 May 14
3
[LLVMdev] s/ComputeMaskedBits/ComputeKnownBits/g ?
On 13 May 2014 21:27, Rafael Espíndola <rafael.espindola at gmail.com> wrote:
> On 13 May 2014 14:33, Jay Foad <jay.foad at gmail.com> wrote:
>> I've always found the name ComputeMaskedBits a bit unintuitive, and
>> since r154011 it's even worse because there is no masking going on
>> whatsoever:
>>
>>
2012 Feb 13
2
[LLVMdev] We need better hashing
On 13 February 2012 09:22, Jay Foad <jay.foad at gmail.com> wrote:
> Would it be possible to use CityHash instead for strings?
>
> http://code.google.com/p/cityhash/
Incidentally there was talk of using CityHash for LLVM's StringMap
last year, but I don't think it ever came to anything:
http://lists.cs.uiuc.edu/pipermail/cfe-dev/2011-April/014656.html
Jay.
2009 May 15
3
[LLVMdev] "Processed value not in any map!" failures
When I build LLVM with ENABLE_EXPENSIVE_CHECKS=1, make check fails:
Running /home/foad/svn/llvm-project/llvm/trunk/test/CodeGen/ARM/dg.exp ...
FAIL: /home/foad/svn/llvm-project/llvm/trunk/test/CodeGen/ARM/2007-05-14-InlineAsmCstCrash.ll
Failed with signal(SIGABRT) at line 1
while running: llvm-as <
/home/foad/svn/llvm-project/llvm/trunk/test/CodeGen/ARM/2007-05-14-InlineAsmCstCrash.ll
| llc
2009 Oct 20
2
[LLVMdev] [cfe-dev] 2.6 pre-release2 ready for testing
On Oct 20, 2009, at 5:49 AM, Jay Foad wrote:
>> To test clang:
>> 1) Compile llvm and clang from source.
>
> LLVM fails to build for me on Cygwin. I get:
>
Does TOT build? If not, please file a bug.
Unfortunately Cygwin is not in our release criteria. I'd like to have
a buildbot running (if there is not one already) and then get someone
to qualify it for the
2012 May 04
0
[LLVMdev] llvm-gcc bugs
On 1 May 2012 12:34, Jay Foad <jay.foad at gmail.com> wrote:
> The following bugs look like they only relate to llvm-gcc. Can they be
> closed, as llvm-gcc is no longer supported?
Also:
http://llvm.org/bugs/show_bug.cgi?id=1375
http://llvm.org/bugs/show_bug.cgi?id=2203
http://llvm.org/bugs/show_bug.cgi?id=2522
Duncan, do you think these should be moved to dragonegg?
Thanks,
Jay.
2011 Jun 20
0
[LLVMdev] committing with the git mirror
Good evening, Jay!
...Instructions, ...
1. git clone http://llvm.org/git/XXX.git (assume it "origin")
2. Create git authors file (assume /path/to/file/of/authors) with single line.
foad = Jay Foad <jay.foad at gmail.com>
Oh yeah, you should define your name and mailto same as described in
llvm.org/git with case-sensitive.
3. Edit .git/config manually :p
[svn]
2010 Jan 07
2
[LLVMdev] configuring llvm-gcc 2.6 for mips
Hi,
If I configure llvm-gcc 2.6 with --target=mips or --target=mips-elf, I get:
c++ -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -W -Wall
-Wwrite-strings -pedantic -Wno-long-long -Wno-variadic-macros
-Wmissing-format-attribute -fno-common -DHAVE_CONFIG_H -Wno-unused
-DTARGET_NAME=\"mips-elf\" -frandom-seed=0 -I. -I.
-I/home/foad/toolchain/llvm/llvm-gcc/gcc
2012 Feb 14
0
[LLVMdev] We need better hashing
On Feb 13, 2012, at 1:27 AM, Jay Foad wrote:
> On 13 February 2012 09:22, Jay Foad <jay.foad at gmail.com> wrote:
>> Would it be possible to use CityHash instead for strings?
>>
>> http://code.google.com/p/cityhash/
>
> Incidentally there was talk of using CityHash for LLVM's StringMap
> last year, but I don't think it ever came to anything:
>
2009 Oct 20
0
[LLVMdev] [cfe-dev] 2.6 pre-release2 ready for testing
2009/10/20 Tanya Lattner <lattner at apple.com>:
>
> On Oct 20, 2009, at 5:49 AM, Jay Foad wrote:
>
>>> To test clang:
>>> 1) Compile llvm and clang from source.
>>
>> LLVM fails to build for me on Cygwin. I get:
>>
>
> Does TOT build? If not, please file a bug.
No. Theres the runtime install bug (below), and llvm-gcc has a bug
that I
2009 Apr 17
15
[LLVMdev] mingw build problems
I'm trying to cross-compile LLVM with build=, host=target=. I'm using
the following packages from Debian lenny:
mingw32 4.2.1.dfsg-1
mingw32-binutils 2.18.50-20080109-1
mingw32-runtime 3.13-1
The first problem I hit was when I configured with CC, CXX, AR and
RANLIB set to mingw cross-tools, but forgot to specify NM as well.
This resulted in a load of warnings that scrolled off the
2011 Jul 08
0
[LLVMdev] type-system-rewrite branch near landing
On 7 July 2011 18:41, Eli Friedman <eli.friedman at gmail.com> wrote:
> On Thu, Jul 7, 2011 at 12:55 AM, Jay Foad <jay.foad at gmail.com> wrote:
>> 2. Even some simple C cases fail, e.g.:
>>
>> struct S;
>> extern struct T {
>> struct S (*p)(void);
>> } t;
>> struct S { int i; };
>> void g(void) {
>> t.p();
>> }
>>
2011 Nov 08
4
[LLVMdev] [cfe-dev] LLVM 3.0rc3 Testing Beginning
On Nov 8, 2011, at 7:18 AM, Jay Foad wrote:
> On 7 November 2011 22:00, Bill Wendling <wendling at apple.com> wrote:
>> We are starting on our third (and hopefully last) round of testing for LLVM 3.0. Please visit:
>>
>> http://llvm.org/pre-releases/3.0/rc3/
>>
>> for the sources. There are also binaries for Darwin up there, with more to come during
2011 Jun 15
2
[LLVMdev] nightly test suite failure: ms_struct-bitfield-init-1.c
On 15 June 2011 09:37, Jay Foad <jay.foad at gmail.com> wrote:
> On 6 May 2011 09:29, Jay Foad <jay.foad at gmail.com> wrote:
>> I've just tried to run the test-suite, for the first time in ages. It
>> stops rather abruptly with:
>>
>> $ make TEST=nightly report report.html
>>
>> /home/jay/llvm/local/bin/llvm-gcc
>>