Files
swift-mirror/test/ModuleInterface/Inputs/macro-only-module/OnlyWithMacro.h
Artem Chikin d1cbf9c8d4 Inherit parent's extra Clang arguments when creating an interface build sub-invocation.
We would like to make sure they get propagated to downstream transitive Clang module dependencies also.

Resolves rdar://101923680
2022-11-08 09:32:30 -08:00

5 lines
78 B
C

#if TANGERINE
#else
#error ("Macro TANGERINE is required to compile.")
#endif