[llvm-commits] [llvm] r149365 - in /llvm/trunk: include/llvm/Constants.h lib/AsmParser/LLParser.cpp lib/Transforms/Instrumentation/AddressSanitizer.cpp lib/VMCore/Constants.cpp lib/VMCore/Core.cpp lib/VMCore/IRBuilder.cpp tools/bugpoint/Miscompil

Chris Lattner sabre at nondot.org
Tue Jan 31 12:43:31 PST 2012


On Jan 31, 2012, at 4:22 AM, Alexander Potapenko wrote:

> On Tue, Jan 31, 2012 at 3:56 PM, Chris Lattner <sabre at nondot.org> wrote:
>> 
>> On Jan 31, 2012, at 12:27 AM, Alexander Potapenko wrote:
>> 
>>> On Tue, Jan 31, 2012 at 10:18 AM, Chris Lattner <sabre at nondot.org> wrote:
>>>> Author: lattner
>>>> Date: Tue Jan 31 00:18:43 2012
>>>> New Revision: 149365
>>>> 
>>>> URL: http://llvm.org/viewvc/llvm-project?rev=149365&view=rev
>>>> Log:
>>>> eliminate the "string" form of ConstantArray::get, using
>>>> ConstantDataArray::getString instead.
>>> Chris,
>>> 
>>> our internal (for the moment) ASan buildbot is reporting test failures
>>> starting at the range of r149363 to r149365 on Linux x64 and Mac x64
>>> Namely they are:
>> 
>> That sounds bad, and I'd definitely like to fix these.  Can you give me more information about how they are failing?  What command line is failing, and with what stack trace?
>> 
>> -Chris
> Attached is the log of `make check-all` on my Snow Leopard machine.
> Feel free to ask for more information.
> <clang-fail-log.txt>

Thanks Alexander.  I think that Benjamin fixed this for me (thanks!), can you verify that it is resolved for you?

-Chris



More information about the llvm-commits mailing list