summaryrefslogtreecommitdiffstats
path: root/clang/test/Preprocessor/dump_import.m
diff options
context:
space:
mode:
authorBruno Cardoso Lopes <bruno.cardoso@gmail.com>2016-10-28 16:32:10 +0000
committerBruno Cardoso Lopes <bruno.cardoso@gmail.com>2016-10-28 16:32:10 +0000
commitc9af134dda5a941c1addadf765e9360efe0e7766 (patch)
treed8837b06c6e93059272cf0c8134288e3f6a0dd53 /clang/test/Preprocessor/dump_import.m
parent2b42ccc78b38e5b11305f7316e108882986f5aa9 (diff)
downloadbcm5719-llvm-c9af134dda5a941c1addadf765e9360efe0e7766.tar.gz
bcm5719-llvm-c9af134dda5a941c1addadf765e9360efe0e7766.zip
[Preprocessor] Support for '-dI' flag
Implement the -dI as supported by GCC: Output ‘#include’ directives in addition to the result of preprocessing. This change aims to add this option, pass it through to the preprocessor via the options class, and when inclusions occur we output some information (+ test cases). Patch by Steve O'Brien! Differential Revision: https://reviews.llvm.org/D25153 llvm-svn: 285411
Diffstat (limited to 'clang/test/Preprocessor/dump_import.m')
-rw-r--r--clang/test/Preprocessor/dump_import.m6
1 files changed, 6 insertions, 0 deletions
diff --git a/clang/test/Preprocessor/dump_import.m b/clang/test/Preprocessor/dump_import.m
new file mode 100644
index 00000000000..20424ad507b
--- /dev/null
+++ b/clang/test/Preprocessor/dump_import.m
@@ -0,0 +1,6 @@
+// RUN: %clang_cc1 -E -dI %s -o - | FileCheck %s
+// CHECK: {{^}}#import "dump_
+
+// See also `dump_include.c` which tests other inclusion cases with `-dI`.
+
+#import "dump_import.h"
OpenPOWER on IntegriCloud