[cfe-commits] [patch] a bit of refactoring in the include path code
Mike Stump
mrs at apple.com
Mon Oct 5 19:17:18 PDT 2009
On Oct 5, 2009, at 6:35 PM, Rafael Espindola wrote:
> Second in finding a way of not searching the paths of every
> supported system :-)
Not to repeat myself or anything like that:
$ gcc -v t.cc 2>&1 | sed -n '/^ /p' | sed -n 2,3p
/usr/include/c++/4.2.1
/usr/include/c++/4.2.1/i686-apple-darwin10/x86_64
I have a dream, one day we will just compute the actual path up front
during the build.
More information about the cfe-commits
mailing list