mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
This ensures that when the dependency scanner is invoked with additional clang (`-Xcc`) options, the Clang scanner is correctly configured using these options.
7 lines
101 B
C
7 lines
101 B
C
#if __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ < 110000
|
|
#include "X.h"
|
|
#endif
|
|
|
|
void funcG(void);
|
|
|