Don't look for GCC versions in /usr/lib/<triple> except when <triple> is a
freescale triple. On multiarch systems, this previously caused us to stat every file in /usr/lib/<triple> (typically several thousand files). This change halves the runtime of a clang invocation on an empty file on my system. llvm-svn: 295140
Loading
Please sign in to comment