On Fri, Jan 16, 2015 at 6:50 AM, Alexey Samsonov <[email protected]> wrote:

> Clang driver adds -lstdc++ to linker invocation automatically if user
> provides -fsanitize=address or -fsanitize=undefined, yet we see linker
> errors.
>

libstdc++ doesn't reexport libc++abi symbols. libc++ does.


>
> Alexander or Kuba, could you please check if the problem reproduces for
> you?
>
> On Thu, Jan 15, 2015 at 3:40 AM, [email protected] <[email protected]>
> wrote:
>
>> > but they went away after adding -lc++abi.
>>
>>
>> and they would have gone away if they had added -lc++ or -lstdc++
>>
>>
>> http://reviews.llvm.org/D6960
>>
>> EMAIL PREFERENCES
>>   http://reviews.llvm.org/settings/panel/emailpreferences/
>>
>>
>>
>
>
> --
> Alexey Samsonov
> [email protected]
>
> _______________________________________________
> cfe-commits mailing list
> [email protected]
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
>
>
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to