check each of the files within that directory to determine if any of them is an AST file that matches the language and target options. If so, the first matching AST file is loaded. This fixes a longstanding discrepency with GCC's precompiled header implementation. llvm-svn: 166469
6 lines
60 B
C
6 lines
60 B
C
#ifdef __cplusplus
|
|
extern int i;
|
|
#else
|
|
extern int j;
|
|
#endif
|