[llvm-commits] [Patch] Patch for llvm-config
Chris Lattner
clattner at apple.com
Mon Jan 18 14:28:08 PST 2010
On Jan 17, 2010, at 7:39 AM, Michael Beck wrote:
>>> Hi all,
>>>
>>>> Applying this patch breaks llvm-config for me. I don't know
>>>> anything about it, but maybe this will help:
>>>> Bareword found where operator expected at /Users/sabre/llvm/
>>>> Debug/ bin/ llvm-config line 133, near "--src
>>>
>>> Yep, this patch was broken. Attached is the correct one.
>>
>> Remind me what this patch does?
>
> Replaces system("cd bla; pwd") by perl OS dependent function to
> determine absolute path.
> The first one did not work on win32 and native perl for instance.
Thanks, applied in r93793
-Chris
More information about the llvm-commits
mailing list