[llvm-commits] [llvm] r77430 - /llvm/trunk/lib/Target/TargetLoweringObjectFile.cpp

Anton Korobeynikov anton at korobeynikov.info
Sat Aug 1 14:16:27 PDT 2009


Hi, Chris

> -    std::string Name = CStringSection_->getName() + utostr(Size) + '.' +
> -    utostr(Align);
> +    std::string Name = CStringSection_->getName() + "1." + utostr(Align);
There should be "entity size" here, not constant 1. See my prev.
e-mail about normal / wide strings.

-- 
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University




More information about the llvm-commits mailing list