[PATCH] D14727: [Driver] Adapt Linux::GCCVersion::Parse to match GCC 5 installations

Jonathan Roelofs via cfe-commits cfe-commits at lists.llvm.org
Thu May 26 17:10:47 PDT 2016


jroelofs added a comment.

In http://reviews.llvm.org/D14727#441758, @bryanpkc wrote:

> Fixed the code to set GoodVersion.MajorStr before returning, and removed an unnecessary file (test/Driver/Inputs/gcc_version_parsing5/lib/gcc/i386-unknown-linux/4.9.2/crtbegin.o).


That file is not unnecessary... The test is to make sure that if there are multiple versions installed in the same spot, that the latest one is picked up.


http://reviews.llvm.org/D14727





More information about the cfe-commits mailing list