[llvm-commits] Patch for llvm-ar, llvm-ranlib creating files with wrong? file access rights
Mikael Lepistö
mikael.lepisto at tut.fi
Mon May 19 23:45:45 PDT 2008
On May 16, 2008, at 8:57, Owen Anderson wrote:
>
> On May 16, 2008, at 12:46 AM, Mikael Lepistö wrote:
>>>
>>> On unix machines the usual thing is to pass ugo+rw to open, and it
>>> will be masked with the current umask to produce (usually) something
>>> tighter like rw-r--r--. Dunno how this should be done in LLVM.
>>
>> That is how the patch worked at least on my linux box. Archives were
>> still created with -rw-r--r-- rights. Actually baldrick instructed to
>> use gou+rw rights on irc channel :)
>>
>
> I defer to his greater knowledge then.
>
I don't know what is the policy for applying patches to trunk, but I
was wondering if this patch is waiting to be applied or was it
rejected or forgotten?
> P.S. Duncan is baldrick. ;-)
good to know :)
- mikael
More information about the llvm-commits
mailing list