[llvm-commits] [llvm] r148691 - in /llvm/trunk/lib/VMCore: Constants.cpp ConstantsContext.h LLVMContextImpl.cpp LLVMContextImpl.h
Chris Lattner
sabre at nondot.org
Mon Jan 23 07:24:35 PST 2012
On Jan 23, 2012, at 7:10 AM, Alexander Potapenko wrote:
> Here's where I got today.
> run.sh is a script for multidelta that compiles test.ii with
> -faddress-sanitizer (see
> http://code.google.com/p/address-sanitizer/wiki/HowToBuild for build
> instructions)
Please try with r148700, thanks!
-Chris
>
>
> On Mon, Jan 23, 2012 at 4:59 PM, NAKAMURA Takumi <geek4civic at gmail.com> wrote:
>> 2012/1/23 Chris Lattner <sabre at nondot.org>:
>>> Author: lattner
>>> Date: Mon Jan 23 02:42:38 2012
>>> New Revision: 148691
>>>
>>> URL: http://llvm.org/viewvc/llvm-project?rev=148691&view=rev
>>> Log:
>>> Replace a use of ConstantUniqueMap for CAZ constants with a simple DenseMap.
>>> Now that the type system rewrite has landed, there is no need for its
>>> complexity and std::map'ness.
>>>
>>> Modified:
>>> llvm/trunk/lib/VMCore/Constants.cpp
>>> llvm/trunk/lib/VMCore/ConstantsContext.h
>>> llvm/trunk/lib/VMCore/LLVMContextImpl.cpp
>>> llvm/trunk/lib/VMCore/LLVMContextImpl.h
>>
>> Chris, it broke stage2 build. I am investigating.
>>
>> ...Takumi
>>
>> _______________________________________________
>> llvm-commits mailing list
>> llvm-commits at cs.uiuc.edu
>> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
>
>
> --
> Alexander Potapenko
> Software Engineer
> Google Moscow
> <run.sh><test.ii>_______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
More information about the llvm-commits
mailing list