http://llvm.org/bugs/show_bug.cgi?id=8888
Nico Weber <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |FIXED --- Comment #2 from Nico Weber <[email protected]> --- Looks like we fixed this: Nicos-MacBook-Pro:llvm-rw thakis$ cat test.cc int __cdecl _access( const char * _Filename, int _AccessMode); int __cdecl _access( const signed char *path,int amode) { return 0; } Nicos-MacBook-Pro:llvm-rw thakis$ ../llvm-build/bin/clang-cl /c test.cc (clang-cl supports /J too.) -- You are receiving this mail because: You are on the CC list for the bug.
_______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
