Displaying 6 results from an estimated 6 matches for "dllvm_enable_expensive_checks".
2019 May 30
2
TableGen crash when building LLVM with EXPENSIVE_CHECKS enabled
...attempt to self move assign.
>
> Objects involved in the operation:
> sequence "this" @ 0x0x7fe3b3070468 {
> }
>
The command I've been using to configure it is
> cmake ../llvm -G Ninja \
> -DCMAKE_BUILD_TYPE=Debug \
> -DLLVM_ENABLE_LLD=On \
> -DLLVM_ENABLE_EXPENSIVE_CHECKS=On
>
Removing the -DLLVM_ENABLE_EXPENSIVE_CHECKS=On allows it to build. Is there
something wrong with the version on libstdc++ on my system? (Debian testing)
This was happening on revision 5857bf5d1e5a5ffe5ae51a38514ee55495c0cc69
--------------------------------------------------------------
I...
2018 Apr 19
0
Need help reproducing a bug
Thanks everyone! What are the best tools/techniques to expose such non-deterministic behavior? My hope is to reproduce it on a smaller test (e.g. use some sanitizer and thus make the compiler *fail* when building the test) - Currently these failures only tell me “there is some bug in your code” without any hints where to look for it.
Michael
> On Apr 18, 2018, at 9:18 PM, Steven Wu
2018 Apr 18
3
Need help reproducing a bug
> On Apr 18, 2018, at 9:11 AM, Roman Lebedev via llvm-dev <llvm-dev at lists.llvm.org> wrote:
>
> On Wed, Apr 18, 2018 at 5:45 PM, Michael Zolotukhin via llvm-dev
> <llvm-dev at lists.llvm.org> wrote:
>> Hi,
>>
>> Recently I committed a change (r330175) that passed all my testing, but
>> failed on several bots. Namely, these are the failed ones:
2019 Sep 03
2
SourceMgr vs EXPENSIVE_CHECKS
Hi,
I'm trying to build llvm (git monorepo) on Ubuntu 18.04 with
EXPENSIVE_CHECKS enabled and running into various errors compiling
SourceMgr.cpp, depending on which host compiler I use.
For example with GCC:
$ CC=gcc-8 CXX=g++-8 cmake -GNinja -DCMAKE_BUILD_TYPE=Debug
-DLLVM_ENABLE_EXPENSIVE_CHECKS=ON ~/git/llvm-project/llvm/ && ninja
...
[89/2690] Building CXX object
lib/Support/CMakeFiles/LLVMSupport.dir/SourceMgr.cpp.o
FAILED: lib/Support/CMakeFiles/LLVMSupport.dir/SourceMgr.cpp.o
/usr/lib/ccache/g++-8 -DEXPENSIVE_CHECKS -DGTEST_HAS_RTTI=0 -D_DEBUG
-D_GLIBCXX_DEBUG -D_GNU_SOURCE -...
2019 Sep 03
2
SourceMgr vs EXPENSIVE_CHECKS
...monorepo) on Ubuntu 18.04 with
>> EXPENSIVE_CHECKS enabled and running into various errors compiling
>> SourceMgr.cpp, depending on which host compiler I use.
>>
>> For example with GCC:
>>
>> $ CC=gcc-8 CXX=g++-8 cmake -GNinja -DCMAKE_BUILD_TYPE=Debug
>> -DLLVM_ENABLE_EXPENSIVE_CHECKS=ON ~/git/llvm-project/llvm/ && ninja
>> ...
>> [89/2690] Building CXX object
>> lib/Support/CMakeFiles/LLVMSupport.dir/SourceMgr.cpp.o
>> FAILED: lib/Support/CMakeFiles/LLVMSupport.dir/SourceMgr.cpp.o
>> /usr/lib/ccache/g++-8 -DEXPENSIVE_CHECKS -DGTEST_HAS_RTT...
2019 Oct 02
2
SourceMgr vs EXPENSIVE_CHECKS
...CKS enabled and running into various errors compiling
>> >> SourceMgr.cpp, depending on which host compiler I use.
>> >>
>> >> For example with GCC:
>> >>
>> >> $ CC=gcc-8 CXX=g++-8 cmake -GNinja -DCMAKE_BUILD_TYPE=Debug
>> >> -DLLVM_ENABLE_EXPENSIVE_CHECKS=ON ~/git/llvm-project/llvm/ && ninja
>> >> ...
>> >> [89/2690] Building CXX object
>> >> lib/Support/CMakeFiles/LLVMSupport.dir/SourceMgr.cpp.o
>> >> FAILED: lib/Support/CMakeFiles/LLVMSupport.dir/SourceMgr.cpp.o
>> >> /usr/lib/cca...