as part of the hash rather than ignoring them. This means we'll end up building more module variants (overall), but it allows configuration macros such as NDEBUG to work so long as they're specified via command line. More to come in this space. llvm-svn: 142187
7 lines
75 B
C
7 lines
75 B
C
#ifdef FOO_RETURNS_INT_PTR
|
|
int *foo(void);
|
|
#else
|
|
float *foo(void);
|
|
#endif
|
|
|