[llvm-commits] [Patch] Patch for llvm-config

Michael Beck mm.beck at gmx.net
Sun Jan 17 07:39:38 PST 2010


>> 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.

best regards,
-- 
Michael Beck 




More information about the llvm-commits mailing list