Avoid picking up system headers in unittest by providing a fake libstdc++ with...
Avoid picking up system headers in unittest by providing a fake libstdc++ with a ridiculously high version number. The host libstdc++ may be horribly broken and we want the fake one to be picked up. This workaround is lame but I don't see a better way. llvm-svn: 254446
Loading
Please sign in to comment