[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 03:56:15 PST 2012


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


> ******************** TEST 'Clang :: CodeGenObjC/arc-ivar-layout.m'
> FAILED ********************
> ******************** TEST 'Clang ::
> CodeGenObjC/arc-block-ivar-layout.m' FAILED ********************
> ******************** TEST 'Clang :: CodeGenObjC/block-var-layout.m'
> FAILED ********************
> ******************** TEST 'Clang ::
> CodeGenObjC/ivar-layout-array0-struct.m' FAILED ********************
> ******************** TEST 'Clang :: CodeGenObjC/ivar-layout-64.m'
> FAILED ********************
> ******************** TEST 'Clang ::
> CodeGenObjC/ivar-layout-no-optimize.m' FAILED ********************
> ******************** TEST 'Clang :: CodeGenObjCXX/block-var-layout.mm'
> FAILED ********************
> 
> HTH,
> Alex





More information about the llvm-commits mailing list