Displaying 20 results from an estimated 2244 matches for "blaikie".
2013 Jun 24
1
[LLVMdev] DebugInfo: Missing non-trivially-copyable parameters in SelectionDAG
...'s just my own naive guess.
-------------- next part --------------
-- Testing: 51 tests, 12 threads --
FAIL: LLVM :: CodeGen/PowerPC/emptystruct.ll (1 of 51)
******************** TEST 'LLVM :: CodeGen/PowerPC/emptystruct.ll' FAILED ********************
Script:
--
/usr/local/google/home/blaikie/dev/llvm/build/clang/debug/bin/./llc -mcpu=pwr7 -O0 -fast-isel=false < /usr/local/google/home/blaikie/dev/llvm/src/test/CodeGen/PowerPC/emptystruct.ll | /usr/local/google/home/blaikie/dev/llvm/build/clang/debug/bin/./FileCheck /usr/local/google/home/blaikie/dev/llvm/src/test/CodeGen/PowerPC/empt...
2017 Feb 16
3
Linker error with XRay & GCC/libstdc++ 6.1
Hi Dean,
Wondering if you've seen anything like this:
/usr/local/google/home/blaikie/dev/llvm/build/clang/debug/split/notypes/nostandalone/projects/compiler-rt/lib/xray/tests/unit
&&
/usr/local/google/home/blaikie/dev/llvm/build/clang/debug/split/notypes/nostandalone/./bin/clang
fdr_logging_test.cc.x86_64.o xray_unit_test_main.cc.x86_64.o
gtest-all.cc.x86_64.o -o
/usr/local...
2013 May 12
2
[LLVMdev] ASan unit test/libcxx build break
Is no one else seeing this? (I've been seeing it for a few days)
In file included from
/usr/local/google/home/blaikie/dev/llvm/src/utils/unittest/googletest/gtest-all.cc:39:
In file included from
/usr/local/google/home/blaikie/dev/llvm/src/utils/unittest/googletest/include/gtest/gtest.h:57:
In file included from
/usr/local/google/home/blaikie/dev/llvm/src/utils/unittest/googletest/include/gtest/internal/gtest-inte...
2013 May 13
0
[LLVMdev] ASan unit test/libcxx build break
+eugenis
I see this while running 'check-msan'.
On Sun, May 12, 2013 at 9:10 PM, David Blaikie <dblaikie at gmail.com> wrote:
> Is no one else seeing this? (I've been seeing it for a few days)
>
> In file included from
>
> /usr/local/google/home/blaikie/dev/llvm/src/utils/unittest/googletest/gtest-all.cc:39:
> In file included from
>
> /usr/local/google/hom...
2015 Jan 14
3
[LLVMdev] Crash on invalid during LLVMContext destruction MDNode::dropAllReferences
...t work. Any ideas?
$ clang++-tot -cc1 crash_on_invalid.cpp -g -emit-obj -fexceptions
-fcxx-exceptions
crash_on_invalid.cpp:13:1: error: C++ requires a type specifier for all
declarations
x;
^
1 error generated.
*** Error in `clang++-tot': corrupted double-linked list:
0x000000000754f340 ***
^C
blaikie at blaikie-linux:/tmp/dbginfo$ cat crash_on_invalid.cpp
// RUN: %clang_cc1 -fexceptions -fcxx-exceptions -g -std=c++11 -S
-emit-llvm %s -o - | FileCheck %s
extern "C" __complex float complex_src();
struct foo {
__complex float k;
foo();
};
foo::foo()
: k(complex_src()) {
}
x;...
2017 Mar 09
2
Use of host/target compiler when building compiler-rt
On Thu, Mar 9, 2017 at 11:25 AM Chris Bieneman <beanz at apple.com> wrote:
> On Mar 8, 2017, at 4:42 PM, David Blaikie <dblaikie at gmail.com> wrote:
>
>
>
> On Wed, Mar 8, 2017 at 3:23 PM Chris Bieneman <beanz at apple.com> wrote:
>
> On Mar 8, 2017, at 3:16 PM, David Blaikie <dblaikie at gmail.com> wrote:
>
>
>
> On Wed, Mar 8, 2017 at 2:55 PM Chris Bieneman <bea...
2017 Mar 11
2
Use of host/target compiler when building compiler-rt
..../src/
-DCMAKE_C_COMPILER=$HOME/install/bin/clang
-DCMAKE_CXX_COMPILER=$HOME/install/bin/clang++ -DLLVM_USE_SPLIT_DWARF=ON
-DLLVM_ENABLE_WERROR=ON -DLLVM_BUILD_EXAMPLES=ON -DLLVM_INCLUDE_GO_TESTS=OFF
& here's the result of "ninja check-all":
[3671/3683] cd
/usr/local/google/home/blaikie/dev/llvm/build/default...fault/runtimes/runtimes-bins/
--target check-runtimes --config Debug
[318/409] Generating tsan_mman_test.cc.x86_64.o
FAILED: compiler-rt/lib/tsan/tests/unit/tsan_mman_test.cc.x86_64.o
cd
/usr/local/google/home/blaikie/dev/llvm/build/default/runtimes/runtimes-bins/compiler-r...
2015 Feb 17
2
[LLVMdev] Recent Sanitizer regressions
...****
Note: Google Test filter = DeadlockDetector.RemoveEdgesTest
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from DeadlockDetector
[ RUN ] DeadlockDetector.RemoveEdgesTest
==23451==Sanitizer CHECK failed:
/usr/local/google/home/blaikie/dev/llvm/src/projects/compiler-rt/lib/sanitizer_common/sanitizer_deadlock_detector.h:372
((node)) >= ((size())) (0, 8)
********************
FAIL: SanitizerCommon-Unit ::
Sanitizer-i386-Test/SanitizerCommon.ThreadRegistryTest (22592 of 23188)
******************** TEST 'SanitizerCommon-Unit :...
2017 Mar 16
2
Please dogfood LLD
What program did you use to test the feature, and what was missing
information? I'd like to file that as a bug so that we can fix this later.
On Thu, Mar 16, 2017 at 2:34 PM, David Blaikie <dblaikie at gmail.com> wrote:
> FWIW - selfhosting I did find that GDB wasn't able to find the source code
> for some functions when using LLD's gdb_index, so I've switched back to
> gold+gdb_index for now (given the performance problems you mentioned,
> sounds like...
2013 May 13
2
[LLVMdev] ASan unit test/libcxx build break
...clude <stdlib.h>
#ifdef _LIBCPP_HAS_C11_FEATURES
using ::aligned_alloc;
#endif
On Mon, May 13, 2013 at 9:37 AM, Kostya Serebryany <kcc at google.com> wrote:
> +eugenis
>
> I see this while running 'check-msan'.
>
>
>
> On Sun, May 12, 2013 at 9:10 PM, David Blaikie <dblaikie at gmail.com> wrote:
>>
>> Is no one else seeing this? (I've been seeing it for a few days)
>>
>> In file included from
>>
>> /usr/local/google/home/blaikie/dev/llvm/src/utils/unittest/googletest/gtest-all.cc:39:
>> In file included from...
2015 Oct 02
2
buildbot failure in LLVM on clang-cmake-mips
...nter is null. I'm guessing this is because it read the wrong half of a 64-bit value somewhere but I haven't identified where it goes wrong.
________________________________________
From: Evgenii Stepanov [eugeni.stepanov at gmail.com]
Sent: 02 October 2015 22:26
To: Daniel Sanders
Cc: David Blaikie; llvm-dev at lists.llvm.org; Konstantin Serebryany
Subject: Re: buildbot failure in LLVM on clang-cmake-mips
This is quite sad as we can't reliably fix this case with the static
asan runtime.
I've disabled the test on mips.
On Fri, Oct 2, 2015 at 2:21 AM, Daniel Sanders
<Daniel.Sander...
2015 Oct 02
3
buildbot failure in LLVM on clang-cmake-mips
I've just noticed that this is a new test added in r248325 and has never passed on this builder. Added the author of the test (Evgeniy).
From: llvm-dev [mailto:llvm-dev-bounces at lists.llvm.org] On Behalf Of Daniel Sanders via llvm-dev
Sent: 01 October 2015 20:34
To: David Blaikie
Cc: llvm-dev
Subject: Re: [llvm-dev] buildbot failure in LLVM on clang-cmake-mips
> > I do. I'll take a look.
> >
> > Is there a way for owners to get emails for long-lasting failures?
>
> I'm not sure what the generic setup is, but at least for the builder/slave
&g...
2017 Mar 09
2
Use of host/target compiler when building compiler-rt
On Wed, Mar 8, 2017 at 3:23 PM Chris Bieneman <beanz at apple.com> wrote:
> On Mar 8, 2017, at 3:16 PM, David Blaikie <dblaikie at gmail.com> wrote:
>
>
>
> On Wed, Mar 8, 2017 at 2:55 PM Chris Bieneman <beanz at apple.com> wrote:
>
> David,
>
> This is an area that has had a lot of development over the last two years.
>
> There are two supported ways in the LLVM build sys...
2016 May 07
2
Debug info scope of explicit casting type does not seem correct
...DW_AT_name [DW_FORM_strp] ( .debug_str[0x00000060] = "T")
DW_AT_decl_file [DW_FORM_data1] ("c:\temp\ICL\LB\retain.cpp")
DW_AT_decl_line [DW_FORM_data1] (16)
Regards,
Amjad
From: David Blaikie [mailto:dblaikie at gmail.com]
Sent: Saturday, April 30, 2016 17:59
To: Aboud, Amjad <amjad.aboud at intel.com>
Cc: Adrian Prantl <aprantl at apple.com>; llvm-dev <llvm-dev at lists.llvm.org>; Clang Dev <cfe-dev at lists.llvm.org>
Subject: Re: Debug info scope of explicit ca...
2016 May 10
2
RFC: metadata attachments for global variables
On Tue, May 10, 2016 at 11:45 AM, David Blaikie <dblaikie at gmail.com> wrote:
>
>
> On Mon, May 9, 2016 at 4:42 PM, Peter Collingbourne <peter at pcc.me.uk>
> wrote:
>
>>
>>
>> On Mon, May 9, 2016 at 4:26 PM, David Blaikie <dblaikie at gmail.com> wrote:
>>
>>>
>>>
>&...
2015 Oct 01
2
Fwd: buildbot failure in LLVM on llvm-mips-linux
...nt directory and stat() looks through symlinks.
> Since this latest board only has two cores, it will run slower and it will need to have the -j6 changed to -j2.
I'll make that change in the morning.
________________________________
From: Brendan Kirby
Sent: 01 October 2015 20:31
To: David Blaikie; llvm-dev; Rick Kwan; Daniel Sanders
Subject: Re: Fwd: buildbot failure in LLVM on llvm-mips-linux
David,
Yes, we have people looking into this. The board it was originally on has failed. We moved it to a similar board, but that one has failed as well. Now we're on a third board that only...
2020 Jan 04
3
LLVM build performance with LLVM
I have just tried a Release build of LLVM but
with
LIBOMPTARGET_ENABLE_DEBUG enabled. The app build became super fast, but I
can not obtain debugging information that I need at runtime.
On Sat, Jan 4, 2020 at 5:03 David Blaikie <dblaikie at gmail.com> wrote:
> I'm still confused by that - whether or not the LLVM you built has debug
> info in it shouldn't at all change what goes into the binaries that LLVM
> produces (modulo a few bugs, but nothing that'd produce drastic performance
> swings)...
2016 May 09
4
RFC: metadata attachments for global variables
On Mon, May 9, 2016 at 4:26 PM, David Blaikie <dblaikie at gmail.com> wrote:
>
>
> On Mon, May 9, 2016 at 3:38 PM, Peter Collingbourne <peter at pcc.me.uk>
> wrote:
>
>>
>>
>> On Mon, May 9, 2016 at 3:17 PM, Peter Collingbourne <peter at pcc.me.uk>
>> wrote:
>>
>>>
>&g...
2013 Jan 28
2
[LLVMdev] adding perf machines
Is O3-vectorize redundant now that the loop vectorizer is enabled by default?
On 2013-01-28, at 12:25 PM, David Blaikie wrote:
> On Mon, Jan 28, 2013 at 8:57 AM, Redmond, Paul <paul.redmond at intel.com> wrote:
>> Is there a reason why existing buildbots are not generating LNT results?
>
> Those running LNT should be/are:
>
> http://llvm.org/perf/db_default/v4/nts/recent_activity
>...
2019 Apr 23
5
StringRef Iterator Variable Display
Hello,
I want to display the variable names in stringref iterator. But it is not
displayed using following code.
for (set<StringRef>::iterator sit = L.begin(); sit != L.end(); sit++) {
errs() << *sit << " ";
}
How to do this?
Please help..
-------------- next part --------------
An HTML attachment was scrubbed...
URL: