DescriptionAdd missing defines to PNaCl target in Clang which made clang++ to complain on #include <stdio.h>:
In file included from /usr/local/google/home/krasin/llvm-commit/tools/clang/test/Driver/le32-unknown-nacl.cpp:112:
/usr/include/stdio.h:432:26: error: expected ';' after top level declarator
__isoc99_sscanf) __THROW;
^
;
/usr/include/stdio.h:487:27: error: expected ';' after top level declarator
__isoc99_vsscanf)
^
;
2 errors generated.
Patch Set 1 #Patch Set 2 : include <stdio.h> in the test #
Total comments: 1
Messages
Total messages: 2 (0 generated)
|