[llvm-commits] [llvm] r74608 - /llvm/trunk/lib/Support/SystemUtils.cpp

Sandeep Patel deeppatel1987 at gmail.com
Wed Jul 1 23:06:30 PDT 2009


On Wed, Jul 1, 2009 at 8:55 AM, Misha Brukman<brukman at gmail.com> wrote:
> 2009/7/1 Daniel Dunbar <daniel at zuster.org>
>>
>> +  // Otherwise check the directory that the calling program is in.  We
>> can do
>> +  // this if ProgramPath contains at least one / character, indicating
>> that it
>> +  // is a relative path to bugpoint itself.
>
> Why is this referring to bugpoint specifically?  This is a generic system
> library, not bugpoint-specific.
> Did you mean "binary"?

It's probably because Viktor is working on improvements to bugpoint.
Perhaps this could read "the executable" instead.

deep




More information about the llvm-commits mailing list