diff options
Diffstat (limited to 'test/PCH/target-options.h')
-rw-r--r-- | test/PCH/target-options.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/PCH/target-options.h b/test/PCH/target-options.h new file mode 100644 index 0000000000000..2c3edf6aa2e74 --- /dev/null +++ b/test/PCH/target-options.h @@ -0,0 +1,2 @@ +enum { apple_cc = __APPLE_CC__ }; + |