Skip to content
Commit 05876126 authored by Chandler Carruth's avatar Chandler Carruth
Browse files

Fix the build with libstdc++ v4.6 on Linux by supplying an explicit move

assignment operator. There is an issue where classes with deleted copy
constructors and user defined move constructors end up with an
implicitly deleted copy constructor that is selected instead of the
implicit move constructor. This is a bit of a hack, but it allows me to
build LLD in a bootstrap with libstdc++ which is my primary goal.

llvm-svn: 172896
parent 06e24e34
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment