Displaying 4 results from an estimated 4 matches for "smallvectortemplatebase".
2011 Feb 11
0
[LLVMdev] Compiler error when self-hosting
...DenseMapInfo<unsigned int> >::clear() + 3933
8 clang 0x00000001008018b2 llvm::DenseMap<llvm::SDNode const*,
unsigned int, llvm::DenseMapInfo<llvm::SDNode const*>,
llvm::DenseMapInfo<unsigned int> >::clear() + 1154
9 clang 0x0000000100837678
llvm::SmallVectorTemplateBase<std::pair<llvm::TrackingVH<llvm::MDNode>,
std::pair<unsigned int, llvm::DebugLoc> >, false>::grow(unsigned long) +
6296
10 clang 0x0000000100836e2f
llvm::SmallVectorTemplateBase<std::pair<llvm::TrackingVH<llvm::MDNode>,
std::pair<unsigned int, llvm...
2013 Aug 19
1
[LLVMdev] [cfe-dev] -fsanitize=address on centos 6.4
I did a make update. I thought I was running the newest version of compiler-rt. But now I can't even get the project to build. I get the following error:
i386-redhat-linux-gnu-clang++: clang/llvm/include/llvm/ADT/SmallVector.h:544: typename llvm::SmallVectorTemplateBase<T, llvm::isPodLike::value>::iterator llvm::SmallVectorImpl<T>::insert(typename llvm::SmallVectorTemplateBase<T, llvm::isPodLike::value>::iterator, const T&) [with T = const char*]: Assertion `I <= this->end() && "Inserting past the end of the vector."...
2013 Aug 19
0
[LLVMdev] [cfe-dev] -fsanitize=address on centos 6.4
+kcc, llvmdev
I think your compiler-rt checkout is out of date, because r188635 is
supposed to fix that exact issue.
On Mon, Aug 19, 2013 at 9:16 PM, Sharma, Yogesh <
Yogesh.Sharma at saabsensis.com> wrote:
> Sorry about that. I forgot a d:****
>
> ** **
>
> ldd (GNU libc) 2.12****
>
> Copyright (C) 2010 Free Software Foundation, Inc.****
>
> This is free
2013 Aug 19
2
[LLVMdev] [cfe-dev] -fsanitize=address on centos 6.4
GNU ld version 2.20.51.0.2-5.36.el6 20100205
Copyright 2009 Free Software Foundation, Inc.
This program is free software; you may redistribute it under the terms of
the GNU General Public License version 3 or (at your option) a later version.
This program has absolutely no warranty.
From: Kostya Serebryany [mailto:kcc at google.com]
Sent: Monday, August 19, 2013 5:36 AM
To: Sergey Matveev
Cc: