[llvm-dev] ErrorInfo::message() possibly broken in LLVM-4.0.1

Will Song via llvm-dev llvm-dev at lists.llvm.org
Fri Jul 7 09:28:47 PDT 2017


On Thu, Jul 06, 2017 at 02:55:29PM -0400, Tom Stellard wrote:
> On 07/06/2017 02:53 PM, Will Song via llvm-dev wrote:
> > Looks like a problem on my end. I should have compiled LLVM against
> > libc++.
> > 
> 
> libstdc++ should work too, can you file a bug for this?
> 
> -Tom

I meant that the two binaries were built under different ABIs. LLVM was
build under libstdc++ while my application was using libc++. I feel like
this should be intentional due to different implementations of
std::string.

-- 
Will Song


More information about the llvm-dev mailing list