[llvm] r331761 - [llvm-rc] Update a stale comment. NFC.
Martin Storsjo via llvm-commits
llvm-commits at lists.llvm.org
Tue May 8 05:33:54 PDT 2018
Author: mstorsjo
Date: Tue May 8 05:33:54 2018
New Revision: 331761
URL: http://llvm.org/viewvc/llvm-project?rev=331761&view=rev
Log:
[llvm-rc] Update a stale comment. NFC.
The tokenizer handles comments since SVN r315207.
Modified:
llvm/trunk/tools/llvm-rc/ResourceScriptToken.h
Modified: llvm/trunk/tools/llvm-rc/ResourceScriptToken.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/llvm-rc/ResourceScriptToken.h?rev=331761&r1=331760&r2=331761&view=diff
==============================================================================
--- llvm/trunk/tools/llvm-rc/ResourceScriptToken.h (original)
+++ llvm/trunk/tools/llvm-rc/ResourceScriptToken.h Tue May 8 05:33:54 2018
@@ -11,9 +11,8 @@
// the input data. The list of available tokens is located at
// ResourceScriptTokenList.def.
//
-// Note that the tokenizer does not support comments or preprocessor
-// directives. The preprocessor should do its work on the .rc file before
-// running llvm-rc.
+// Note that the tokenizer does not support preprocessor directives. The
+// preprocessor should do its work on the .rc file before running llvm-rc.
//
// As for now, it is possible to parse ASCII files only (the behavior on
// UTF files might be undefined). However, it already consumes UTF-8 BOM, if
More information about the llvm-commits
mailing list