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