From 7562e34acc73d52a5ef2198fa013e4318dc344ce Mon Sep 17 00:00:00 2001 From: Martin Storsjo Date: Tue, 8 May 2018 12:33:54 +0000 Subject: [PATCH] [llvm-rc] Update a stale comment. NFC. The tokenizer handles comments since SVN r315207. llvm-svn: 331761 --- llvm/tools/llvm-rc/ResourceScriptToken.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/llvm/tools/llvm-rc/ResourceScriptToken.h b/llvm/tools/llvm-rc/ResourceScriptToken.h index 339018b1e616..d1a2ae7a41bb 100644 --- a/llvm/tools/llvm-rc/ResourceScriptToken.h +++ b/llvm/tools/llvm-rc/ResourceScriptToken.h @@ -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