[cfe-dev] Target.cpp

John Thompson john.thompson.jtsoftware at gmail.com
Fri Sep 25 18:11:21 PDT 2009


> I have a dream, one day we will just compute the actual path up front
during the build.
Do you mean the build of Clang, or when Clang runs?

Yeah, for the latter, I guess it's just a matter of sitting down and doing
it.  Are there any directory walking tools in the code somewhere already?
-John
On Thu, Sep 24, 2009 at 7:11 PM, Mike Stump <mrs at apple.com> wrote:

> On Sep 24, 2009, at 6:55 PM, John Thompson wrote:
>
>> Oh, I see there are problems there, as I deleted the lines picking up the
>> C++ headers.  This is problematic, with the include paths having compiler
>> version numbers.
>>
>
> $  gcc -v  t.cc 2>&1 | sed -n '/^ /p' | sed -n 2p
>  /usr/include/c++/4.2.1
>
> I have a dream, one day we will just compute the actual path up front
> during the build.
>



-- 
John Thompson
John.Thompson.JTSoftware at gmail.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20090925/51f04296/attachment.html>


More information about the cfe-dev mailing list