"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "8b8683f9f6051c6854f6e9a044d3d882649f72fd"
Driver/DarwinClang: The new toolchain definition is going to drop the -L inside
the GCC dir. Unfortunately, this breaks -lstdc++ on SnowLeopard, etc. because the libstdc++ dylib was hiding there. Workaround this by providing the path to the right -lstdc++.6 (the only version used in recent memory) if we can't see an obvious -lstdc++, but can find = -lstdc++.6. llvm-svn: 114146
Loading
Please register or sign in to comment