Displaying 1 result from an estimated 1 matches for "safe_container".
2019 May 30
2
TableGen crash when building LLVM with EXPENSIVE_CHECKS enabled
...vm/include/llvm/IR -I /home/luke/Source/llvm-project/llvm/include
> /home/luke/Source/llvm-project/llvm/include/llvm/IR/Intrinsics.td -o
> 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_ENAB...