search for: 0x0x7fe3b3070468

Displaying 1 result from an estimated 1 matches for "0x0x7fe3b3070468".

2019 May 30
2
TableGen crash when building LLVM with EXPENSIVE_CHECKS enabled
...include/llvm/IR/IntrinsicImpl.inc -d include/llvm/IR/IntrinsicImpl.inc.d > /usr/bin/../lib/gcc/x86_64-linux- > gnu/8/../../../../include/c++/8/debug/safe_container.h:83: > Error: 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 wr...