From f73903a1ded46748e1dfda151f5d037b7b3d31f9 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 6 Feb 2009 06:45:26 +0000 Subject: Add an implementation of -dM that follows GCC closely enough to permit diffing the output of: clang -dM -o - -E -x c foo.c | sort git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@63926 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Lex/Preprocessor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Lex/Preprocessor.cpp') diff --git a/lib/Lex/Preprocessor.cpp b/lib/Lex/Preprocessor.cpp index 9b5965ccc5..984cf1aab8 100644 --- a/lib/Lex/Preprocessor.cpp +++ b/lib/Lex/Preprocessor.cpp @@ -13,7 +13,7 @@ // // Options to support: // -H - Print the name of each header file used. -// -d[MDNI] - Dump various things. +// -d[DNI] - Dump various things. // -fworking-directory - #line's with preprocessor's working dir. // -fpreprocessed // -dependency-file,-M,-MM,-MF,-MG,-MP,-MT,-MQ,-MD,-MMD -- cgit v1.2.3-70-g09d2