[llvm-commits] [llvm] r156591 - in /llvm/trunk: include/llvm/Support/FileSystem.h lib/Support/Unix/PathV2.inc lib/Support/Windows/PathV2.inc

Joerg Sonnenberger joerg at britannica.bec.de
Fri May 11 15:15:36 PDT 2012


On Fri, May 11, 2012 at 11:30:59PM +0200, Gabor Greif wrote:
> May be related...
> 
> I got a strange error condition with clang (on linux) compiling  
> "foo.c" to "foo.o"
> and a directory named /tmp/foo (from a different user).
> 
> Compilation terminates with a privilege error. (I pass -pipe to clang)
> 
> Can anybody reproduce this?

sudo mkdir /tmp/foo
echo 'int main(){}' > foo.c
clang -no-integrated-as foo.c -c

Joerg



More information about the llvm-commits mailing list